๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Compact Data Structures: A Practical Approach

โœ Scribed by Gonzalo Navarro


Publisher
University of Cambridge;Cambridge University Press
Year
2016
Tongue
English
Leaves
567
Edition
1
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


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

โœฆ Table of Contents


Content: 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.

โœฆ Subjects


Data structures (Computer science);Computer algorithms;Computer algorithms


๐Ÿ“œ SIMILAR VOLUMES


Compact data structures: a practical app
โœ Navarro, Gonzalo ๐Ÿ“‚ Library ๐Ÿ“… 2016 ๐Ÿ› University of Cambridge ๐ŸŒ English

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

Data Structures using C: A Practical App
โœ Amol M. Jagtap, Ajit S. Mali ๐Ÿ“‚ Library ๐Ÿ“… 2021 ๐Ÿ› Chapman and Hall/CRC ๐ŸŒ English

<p>The data structure is a set of specially organized data elements and functions, which are defined to store, retrieve, remove and search for individual data elements. <b><i>Data Structures using C: A Practical Approach for Beginners</i></b> covers all issues related to the amount of storage needed

A Structured Programming Approach to Dat
โœ Derek Coleman (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 1979 ๐Ÿ› Springer-Verlag New York ๐ŸŒ English

<p>Much of current programming practice is basically empirical and ad hoc in approach. Each problem is tackled without relation to those that have gone before; experiences are made and stored as a series of fragments. Now, under the pressure of events, this unsatisfactory state of affairs is coming