Algorithms and Data Structures
Title | Algorithms and Data Structures PDF eBook |
Author | Selim G. Akl |
Publisher | Springer Science & Business Media |
Pages | 536 |
Release | 1995-08-02 |
Genre | Computers |
ISBN | 9783540602200 |
This volume constitutes the proceedings of the Fourth International Workshop on Algorithms and Data Structures, WADS '95, held in Kingston, Canada in August 1995. The book presents 40 full refereed papers selected from a total of 121 submissions together with invited papers by Preparata and Bilardi, Sharir, Toussaint, and Vitanyi and Li. The book addresses various aspects of algorithms, data structures, computational geometry, scheduling, computational graph theory, and searching.
Algorithms and Data Structures for External Memory
Title | Algorithms and Data Structures for External Memory PDF eBook |
Author | Jeffrey Scott Vitter |
Publisher | Now Publishers Inc |
Pages | 192 |
Release | 2008 |
Genre | Computers |
ISBN | 1601981066 |
Describes several useful paradigms for the design and implementation of efficient external memory (EM) algorithms and data structures. The problem domains considered include sorting, permuting, FFT, scientific computing, computational geometry, graphs, databases, geographic information systems, and text and string processing.
Graph Algorithms and Applications I
Title | Graph Algorithms and Applications I PDF eBook |
Author | Roberto Tamassia |
Publisher | World Scientific |
Pages | 439 |
Release | 2002 |
Genre | Mathematics |
ISBN | 9810249268 |
This book contains volumes 1-3 of the Journal of Graph Algorithms and Applications (JGAA). Topics of interest include design and analysis of graph algorithms, experiences with graph algorithms, and applications of graph algorithms. JGAA is supported by distinguished advisory and editorial boards, has high scientific standards, and takes advantage of current electronic document technology. The electronic version of JGAA is available on the Web at http: //www.cs.brown.edu/publications/jgaa/
CWI Quarterly
Title | CWI Quarterly PDF eBook |
Author | |
Publisher | |
Pages | 382 |
Release | 1991 |
Genre | Computers |
ISBN |
Graph Algorithms And Applications 1
Title | Graph Algorithms And Applications 1 PDF eBook |
Author | Roberto Tamassia |
Publisher | World Scientific |
Pages | 439 |
Release | 2002-03-11 |
Genre | Computers |
ISBN | 9814488763 |
This book contains volumes 1-3 of the Journal of Graph Algorithms and Applications (JGAA). Topics of interest include design and analysis of graph algorithms, experiences with graph algorithms, and applications of graph algorithms. JGAA is supported by distinguished advisory and editorial boards, has high scientific standards, and takes advantage of current electronic document technology. The electronic version of JGAA is available on the Web at www.cs.brown.edu/publications/jgaa/.
CAAP '81
Title | CAAP '81 PDF eBook |
Author | E. Astesiano |
Publisher | Springer Science & Business Media |
Pages | 376 |
Release | 1981-06 |
Genre | Computers |
ISBN | 9783540108283 |
The Design of Dynamic Data Structures
Title | The Design of Dynamic Data Structures PDF eBook |
Author | Mark H. Overmars |
Publisher | Springer Science & Business Media |
Pages | 194 |
Release | 1983 |
Genre | Computers |
ISBN | 9783540123309 |
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.