>
Advanced Data Structures

Advanced Data Structures

  • £49.99
  • Save £23


Peter Brass
Cambridge University Press, 11/13/2008
EAN 9780521880374, ISBN10: 0521880378

Hardcover, 474 pages, 23.5 x 15.9 x 2.5 cm
Language: English
Originally published in English

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.

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.