This second edition brings together many useful algorithms and their associated data structures in a single, handy reference, featuring a new section on text manipulation algorithms and expanded coverage of arithmetical algorithms. Each algorithm is coded in both C and Pascal.
Handbook of Algorithms and Data Structures in Pascal and C, 2nd Edition
โ Scribed by G.H Gonnet, R. Baeza-Yates
- Year
- 1991
- Tongue
- English
- Leaves
- 439
- Edition
- 2nd
- Category
- Library
No coin nor oath required. For personal study only.
๐ SIMILAR VOLUMES
This second edition brings together many useful algorithms and their associated data structures in a single, handy reference, featuring a new section on text manipulation algorithms and expanded coverage of arithmetical algorithms. Each algorithm is coded in both C and Pascal.
Both this book and the preceding (smaller) edition have earned their place on my reference shelf. More up to date than Knuth's 2nd edition and covering much broader territory than (for example) Samet's D&A of Spatial Data Structures, I've found a number of algorithms and data structures in this text
An updated, innovative approach to data structures and algorithms<br /><br />Written by an author team of experts in their fields, this authoritative guide demystifies even the most difficult mathematical concepts so that you can gain a clear understanding of data structures and algorithms in C++.<b
Pascal Plus Data Structures focuses on abstract data types, their specification, their implementation, and their application. Also stresses computer science theory and software engineering principles, including modularization, data encapsulation, information hiding, data abstraction, the top