登入
選單
返回
Google圖書搜尋
The Design of Dynamic Data Structures
Mark H. Overmars
出版
Springer Science & Business Media
, 1983-07
主題
Computers / General
Computers / Artificial Intelligence / General
Computers / Business & Productivity Software / General
Computers / Software Development & Engineering / Computer Graphics
Computers / Computer Science
Computers / Data Science / General
Computers / Database Administration & Management
Computers / Software Development & Engineering / General
Computers / Programming / Algorithms
Computers / Data Science / Data Modeling & Design
Juvenile Nonfiction / Science & Nature / General
Mathematics / Discrete Mathematics
Reference / Questions & Answers
Science / General
Social Science / General
ISBN
354012330X
9783540123309
URL
http://books.google.com.hk/books?id=Z8R9zaUQ6xAC&hl=&source=gbs_api
EBook
SAMPLE
註釋
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.