Algorithms in C /
Robert Sedgewick.
- Third edition.
- Reading, Massachusetts : Addision-Wesley Publishing Company, c1998
- xvii, 702 pages : illustrations ; 24 cm
Includes bibliographical references and index.
V. 1 pts. 1-4. Fundamentals, data structures, sorting, searching. -- v. 2 pte. 5. Graph algorithms.
This particular book, Parts 1-4, represents the essential first half of Sedgewick's complete work. It provides extensive coverage of fundamental data structures and algorithms for sorting, searching, and related applications. The algorithms and data structures are expressed in concise implementations in C, so that you can both appreciate their fundamental properties and test them on real applications. Of course, the substance of the book applies to programming in any language.