Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Bowman, Charles F.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York ; Oxford : Oxford University Press, ©1994.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • 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.