Algorithms and data structures : an approach in C

With numerous practical, real-world algorithms presented in the C programming language, Bowman's Algorithms and Data Structures: An Approach in C is the algorithms text for courses that take a modern approach. For the one- or two-semester undergraduate course in data structures, it instructs st...

Full description

Saved in:
Bibliographic Details
Main Author Bowman, Charles F.
Format Electronic eBook
LanguageEnglish
Published New York ; Oxford : Oxford University Press, ©1994.
Subjects
Online AccessFull text
ISBN9781680152722
1680152726
0195114434
9780195114430
0195174801
9780195174809
Physical Description1 online resource (xii, 333 pages) : illustrations

Cover

Table of Contents:
  • 1. Introduction
  • - 2. Algorithm Design
  • - 3. Static Data Structures
  • - 4. Recursion
  • - 5. Dynamic Data Structures
  • - 6. Trees
  • - 7. Graphs and Digraphs
  • - 8. Searching
  • - 9. Sorting Techniques
  • -- Appendix A. Acrostic Puzzle
  • - Appendix B.C for Programmers.