Guide to Data Structures: A Concise Introduction Using Java: Undergraduate Topics in Computer Science
Autor James T. Streib, Takako Somaen Limba Engleză Paperback – 22 ian 2018
Din seria Undergraduate Topics in Computer Science
- 20% Preț: 353.41 lei
- 20% Preț: 342.45 lei
- 20% Preț: 318.52 lei
- 20% Preț: 227.15 lei
- 20% Preț: 180.09 lei
- 20% Preț: 245.43 lei
- 20% Preț: 306.71 lei
- 20% Preț: 280.92 lei
- 20% Preț: 227.10 lei
- 20% Preț: 276.82 lei
- 20% Preț: 179.87 lei
- 20% Preț: 395.04 lei
- 20% Preț: 235.39 lei
- 20% Preț: 329.09 lei
- 20% Preț: 295.06 lei
- 20% Preț: 305.61 lei
- 20% Preț: 272.43 lei
- 20% Preț: 321.27 lei
- 20% Preț: 375.65 lei
- 20% Preț: 258.78 lei
- 20% Preț: 194.10 lei
- 20% Preț: 307.16 lei
- 20% Preț: 225.02 lei
- 20% Preț: 217.61 lei
- 20% Preț: 256.20 lei
- 20% Preț: 360.29 lei
- 20% Preț: 237.35 lei
- 20% Preț: 374.20 lei
- 20% Preț: 237.01 lei
- 20% Preț: 228.57 lei
- 16% Preț: 437.33 lei
- 20% Preț: 297.28 lei
- 20% Preț: 293.01 lei
- 20% Preț: 557.49 lei
- 20% Preț: 286.99 lei
- 20% Preț: 291.43 lei
- 20% Preț: 289.61 lei
- 20% Preț: 191.35 lei
- 20% Preț: 243.35 lei
- 20% Preț: 286.49 lei
- 20% Preț: 278.10 lei
- 20% Preț: 375.28 lei
- 20% Preț: 184.28 lei
- 20% Preț: 292.79 lei
- 20% Preț: 281.40 lei
- 20% Preț: 754.32 lei
- 20% Preț: 342.50 lei
Preț: 415.60 lei
Preț vechi: 519.50 lei
-20% Nou
Puncte Express: 623
Preț estimativ în valută:
79.54€ • 83.91$ • 66.29£
79.54€ • 83.91$ • 66.29£
Carte tipărită la comandă
Livrare economică 02-16 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783319700830
ISBN-10: 3319700839
Pagini: 329
Ilustrații: XIII, 376 p. 43 illus., 9 illus. in color.
Dimensiuni: 155 x 235 x 26 mm
Greutate: 0.81 kg
Ediția:1st ed. 2017
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
ISBN-10: 3319700839
Pagini: 329
Ilustrații: XIII, 376 p. 43 illus., 9 illus. in color.
Dimensiuni: 155 x 235 x 26 mm
Greutate: 0.81 kg
Ediția:1st ed. 2017
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
Cuprins
Preliminary Concepts.- Stacks Using Arrays.- Queues Using Arrays.- Lists Using Arrays.- Lists Using Objects and References.- Ordered Linked Lists.- Stacks and Queues Using References.- Binary Trees.- Sorting.- Heaps.- Hashing.
Recenzii
“This text is intended to provide undergraduates using Java with a concise, focused, and relatively simple coverage of some of the basic data structures in use. These include arrays, linked lists, trees, heaps (in arrays), and hash tables. … The book covers the algorithms and data structures well with clear language, abundant diagrams, and good exercises. It could be a good introduction for curricula using Java as a primary teaching language.” (Jeffrey Putnam, Computing Reviews, July, 2018)
Notă biografică
Dr. James T. Streib is a Professor of Computer Science at Illinois College, Jacksonville, IL, USA. Dr. Takako Soma is an Associate Professor of Computer Science at the same institution.
Textul de pe ultima copertă
This accessible and engaging textbook/guide provides a concise introduction to data structures and associated algorithms. Emphasis is placed on the fundamentals of data structures, enabling the reader to quickly learn the key concepts, and providing a strong foundation for later studies of more complex topics. The coverage includes discussions on stacks, queues, lists, (using both arrays and links), sorting, and elementary binary trees, heaps, and hashing. This content is also a natural continuation from the material provided in the separate Springer title Guide to Java by the same authors.Topics and features:
Dr. James T. Streib is a Professor of Computer Science at Illinois College, Jacksonville, IL, USA. Dr. Takako Soma is an Associate Professor of Computer Science at the same institution.
- Reviews the preliminary concepts, and introduces stacks and queues using arrays, along with a discussion of array-based lists
- Examines linked lists, the implementation of stacks and queues using references, binary trees, a range of varied sorting techniques, heaps, and hashing
- Presents both primitive and generic data types ineach chapter, and makes use of contour diagrams to illustrate object-oriented concepts
- Includes chapter summaries, and asks the reader questions to help them interact with the material
- Contains numerous examples and illustrations, and one or more complete program in every chapter
- Provides exercises at the end of each chapter, as well as solutions to selected exercises, and a glossary of important terms
Dr. James T. Streib is a Professor of Computer Science at Illinois College, Jacksonville, IL, USA. Dr. Takako Soma is an Associate Professor of Computer Science at the same institution.
Caracteristici
Stresses the fundamentals, supporting the text with numerous illustrations and examples Presents a complete program, a summary of key concepts, and exercises in each chapter Contains a glossary of key terms, and answers to selected exercises Includes supplementary material: sn.pub/extras