Freshly Printed - allow 6 days lead
Compact Data Structures
A Practical Approach
This practical, applications-oriented book describes essential tools for efficiently handling massive amounts of data.
Gonzalo Navarro (Author)
9781107152380, Cambridge University Press
Hardback, published 8 September 2016
570 pages, 140 b/w illus.
26 x 18.3 x 3.4 cm, 1.19 kg
'The book is a real gem! My excitement while reading it was similar to what I felt when learning to program as a child, browsing the bit-level details in a technical manual of an obscure computer architecture. Even though data structures are my main research interest, much of the material was new to me. There is a remarkable attention to detail, pseudocode in the book is written very carefully, with all details explicitly given … In 540 pages, the book discusses a large number of data structuring questions, exploring various designs and tradeoffs, followed by relevant applications. The book is very well-organized, and its concept is compelling (once the reader gets the hang of it), the various results ?t together and build upon each other. I imagine that seminars could easily be based on the book; it can also be useful for self-study and reference, even for practitioners.' Laszlo Kozma, SIGACT News
Compact data structures help represent data in reduced space while allowing it to be queried, navigated, and operated in compressed form. They are essential tools for efficiently handling massive amounts of data by exploiting the memory hierarchy. They also reduce the resources needed in distributed deployments and make better use of the limited memory in low-end devices. The field has developed rapidly, reaching a level of maturity that allows practitioners and researchers in application areas to benefit from the use of compact data structures. This first comprehensive book on the topic focuses on the structures that are most relevant for practical use. Readers will learn how the structures work, how to choose the right ones for their application scenario, and how to implement them. Researchers and students in the area will find in the book a definitive guide to the state of the art in compact data structures.
1. Introduction
2. Entropy and coding
3. Arrays
4. Bitvectors
5. Permutations
6. Sequences
7. Parentheses
8. Trees
9. Graphs
10. Grids
11. Texts
12. Dynamic structures
13. Recent trends.
Subject Areas: Signal processing [UYS], Algorithms & data structures [UMB]