A Concise Introduction to Data Structures using Java: Chapman & Hall/CRC Textbooks in Computing
Autor Mark J. Johnsonen Limba Engleză Paperback – 18 noi 2013
The clear, concise explanations encourage students to read and engage with the material, while partial implementations of most data structures give instructors the flexibility to develop some methods as examples and assign others as exercises. The book also supplies an introductory chapter on Java basics that allows students who are unfamiliar with Java to quickly get up to speed. The book helps students become familiar with how to use, design, implement, and analyze data structures, an important step on the path to becoming skilled software developers.
Din seria Chapman & Hall/CRC Textbooks in Computing
- 8% Preț: 476.15 lei
- 20% Preț: 444.17 lei
- 20% Preț: 745.40 lei
- 9% Preț: 581.43 lei
- 20% Preț: 566.10 lei
- 20% Preț: 560.44 lei
- 20% Preț: 643.08 lei
- 20% Preț: 1004.02 lei
- 30% Preț: 489.15 lei
- 20% Preț: 690.64 lei
- 20% Preț: 316.16 lei
- 20% Preț: 374.08 lei
- 20% Preț: 614.34 lei
- 26% Preț: 266.34 lei
- 29% Preț: 281.59 lei
- 20% Preț: 590.46 lei
- 20% Preț: 761.07 lei
- 20% Preț: 657.55 lei
- 30% Preț: 353.30 lei
Preț: 323.84 lei
Preț vechi: 469.27 lei
-31% Nou
Puncte Express: 486
Preț estimativ în valută:
61.98€ • 64.46$ • 51.94£
61.98€ • 64.46$ • 51.94£
Comandă specială
Livrare economică 20 februarie-06 martie
Doresc să fiu notificat când acest titlu va fi disponibil:
Se trimite...
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781466589896
ISBN-10: 1466589892
Pagini: 236
Ilustrații: 138 b/w images and 28 tables
Dimensiuni: 156 x 234 x 15 mm
Greutate: 0.34 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Textbooks in Computing
Locul publicării:Boca Raton, United States
ISBN-10: 1466589892
Pagini: 236
Ilustrații: 138 b/w images and 28 tables
Dimensiuni: 156 x 234 x 15 mm
Greutate: 0.34 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Textbooks in Computing
Locul publicării:Boca Raton, United States
Public țintă
Undergraduate students in CS2 courses; professionals interested in data structures.Cuprins
A Brief Introduction to Java. Algorithm Analysis. Integer Stacks. Generic Stacks. Queues. Lists. Recursion. Trees. Binary Search Trees. Heaps. Hash Tables. Bibliography. Index.
Descriere
Designed for a CS2 data structures course, this text provides a thorough but concise overview of data structures as well as a gradual introduction to Java. It uses a concise style and includes pseudocode and exercises throughout so that students learn how to write code, rather than just read it. The book covers all of the main areas taught in CS2 courses, including arrays, lists, stacks, queues, recursion, maps, and trees.