Home

Practical Algorithms for Programmers

Title
Practical Algorithms for Programmers
Publisher
Addison-Wesley Professional
ISBN
9780201632088
Published
1995-06-29
Language
English
Genre
Computers / Programming / Algorithms
Plats
~/lib
Author(s)
Description
This book focuses on practical, immediately usable code with extensive discussion of portability and implementation-specific details. The authors present the useful but rarely discussed algorithms for phonetic searches, date and time routines (to the year AD 1), B-trees and indexed files, data compression, arbitrary precision arithmetic, checksums and data validation, as well as the most comprehensive coverage available of search routines, sort algorithms, and data structures. Practical Algorithms for Programmers requires only a working knowledge of C and no math beyond basic algebra. The source code is ANSI-compliant and has been tested and run under UNIX and on compilers from Borland, Microsoft, and Watcom.