Cantitate/Preț
Produs

Basic Concepts in Data Structures

Autor Shmuel Tomi Klein
en Limba Engleză Paperback – 26 oct 2016
Data structures are the fundamental building blocks of any computer program, used for storing, representing and manipulating data in a computer. This text presents the basic concepts of data structures as part of the art of writing computer programs. The author concentrates on the fundamentals of what should be done to solve a problem efficiently rather than technical implementation details. The text includes pseudocode and covers all the most common data structures, such as queues, stacks, trees, heaps, and hash tables, along with the basics of searching, sorting, and coding. This book can supplement any undergraduate algorithms or discrete math course and will also be accessible to students and researchers in other quantitative disciplines. No prerequisites beyond introductory programming and basic mathematics are required, and the accessible, conceptual presentation will appeal to undergraduates in many quantitative fields. Carefully designed problem sets with selected solutions will allow students to test their understanding.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 26840 lei  3-5 săpt.
  Cambridge University Press – 26 oct 2016 26840 lei  3-5 săpt.
Hardback (1) 51797 lei  6-8 săpt.
  Cambridge University Press – 27 oct 2016 51797 lei  6-8 săpt.

Preț: 26840 lei

Preț vechi: 33550 lei
-20% Nou

Puncte Express: 403

Preț estimativ în valută:
5137 5354$ 4276£

Carte disponibilă

Livrare economică 14-28 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781316613849
ISBN-10: 1316613844
Pagini: 232
Dimensiuni: 152 x 228 x 11 mm
Greutate: 0.39 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States

Cuprins

1. Why data structures? A motivating example; 2. Linear lists; 3. Graphs; 4. Trees; 5. AVL trees; 6. B-trees; 7. Heaps; 8. Sets; 9. Hash tables; 10. Sorting; 11. Codes.

Notă biografică


Descriere

This concise text offers an accessible, conceptual presentation for students in any quantitative field.