The Design of Dynamic Data Structures

The Design of Dynamic Data Structures
Author: Mark H. Overmars
Publisher: Springer Science & Business Media
Total Pages: 194
Release: 1983
Genre: Computers
ISBN: 9783540123309

Download The Design of Dynamic Data Structures Book in PDF, Epub and Kindle

In numerous computer applications there is a need of storing large sets of objects in such a way that some questions about those objects can be answered efficiently. Data structures that store such sets of objects can be either static (built for a fixed set of objects) or dynamic (insertions of new objects and deletions of existing objects can be performed). Especially for more complex searching problems as they arise in such fields as computational geometry, database design and computer graphics, only static data structures are available. This book aims at remedying this lack of flexibility by providing a number of general techniques for turning static data structures for searching problems into dynamic structures. Although the approach is basically theoretical, the techniques offered are often practically applicable. The book is written in such a way that it is readable for those who have some elementary knowledge of data structures and algorithms. Although this monograph was first published in 1983, it is still unique as a general treatment of methods for constructing dynamic data structures.


The Design of Dynamic Data Structures
Language: en
Pages: 194
Authors: Mark H. Overmars
Categories: Computers
Type: BOOK - Published: 1983 - Publisher: Springer Science & Business Media

GET EBOOK

In numerous computer applications there is a need of storing large sets of objects in such a way that some questions about those objects can be answered efficie
An Introduction to Dynamic Data Structures
Language: en
Pages: 260
Authors: Raymond Wilson
Categories: Computers
Type: BOOK - Published: 1988 - Publisher: McGraw-Hill Companies

GET EBOOK

DATA STRUCTURES IN C++
Language: en
Pages: 220
Authors: N. S. KUTTI
Categories: Computers
Type: BOOK - Published: 1998-01-01 - Publisher: PHI Learning Pvt. Ltd.

GET EBOOK

This compact and comprehensive book provides an introduction to data structures from an object-oriented perspective using the powerful language C++ as the progr
Dynamic Data Structures
Language: en
Pages: 299
Authors: Todd King
Categories: Computers
Type: BOOK - Published: 1992 - Publisher:

GET EBOOK

Dynamic data structures. Designing dynamic data structures. Dynamic data structure analysis. Configuration control. Dynamic adaptation. Data description standar
Open Data Structures
Language: en
Pages: 336
Authors: Pat Morin
Categories: Computers
Type: BOOK - Published: 2013 - Publisher: Athabasca University Press

GET EBOOK

Introduction -- Array-based lists -- Linked lists -- Skiplists -- Hash tables -- Binary trees -- Random binary search trees -- Scapegoat trees -- Red-black tree