Cantitate/Preț
Produs

Advanced Data Structures

Autor Peter Brass
en Limba Engleză Paperback – 15 mai 2019
This text closely examines ideas, analysis, and implementation details of data structures as a specialised topic in applied algorithms. It looks at efficient ways to realise query and update operations on sets of numbers, intervals, or strings by various data structures, including: search trees; structures for sets of intervals or piece-wise constant functions; orthogonal range search structures; heaps; union-find structures; dynamization and persistence of structures; structures for strings; and hash tables. Instead of relegating data structures to trivial material used to illustrate object-oriented programming methodology, this is the first volume to show data structures as a crucial algorithmic topic. Numerous code examples in C and more than 500 references make Advanced Data Structures an indispensable text.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 31339 lei  3-5 săpt. +2484 lei  7-13 zile
  Cambridge University Press – 15 mai 2019 31339 lei  3-5 săpt. +2484 lei  7-13 zile
Hardback (1) 56317 lei  6-8 săpt.
  Cambridge University Press – 7 sep 2008 56317 lei  6-8 săpt.

Preț: 31339 lei

Preț vechi: 39174 lei
-20% Nou

Puncte Express: 470

Preț estimativ în valută:
5998 6252$ 4993£

Carte disponibilă

Livrare economică 14-28 decembrie
Livrare express 30 noiembrie-06 decembrie pentru 3483 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781108735513
ISBN-10: 1108735517
Pagini: 472
Dimensiuni: 152 x 230 x 24 mm
Greutate: 0.63 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States

Cuprins

1. Elementary structures; 2. Search types; 3. Balanced search trees; 4. Tree structures for sets of intervals; 5. Heaps; 6. Union-find and related structures; 7. Data structure transformations; 8. Data structures for strings; 9. Hash tables; 10. Appendix.

Recenzii

'I think this book is well suited as a main or supplemental text in a graduate-level data structures course, not to mention an invaluable desk reference for those interested in implementing the advance structures outlined in this book. This book was a joy to review, and deserves a place on my bookshelf.' SIGACT News
'It can be briefly said that the reader will be dealing with an illustration, diagram, and code packed book, that will do it's best not to confuse but to very well explain one of the toughest computer science subjects, and he will be pleasantly surprised to learn many new-age data structures.' Igor Gvero, Software Engineering Notes

Notă biografică


Descriere

The first book to show data structures as a crucial algorithmic topic, not trivial material to illustrate object-orientation.