Data structures using C /
"This second edition of "Data structures using C" is designed to serve as a textbook for undergraduate engineering students of computer science as well as postgraduate students of computer applications. It provides a comprehensive coverage of the concepts of data structures and their...
Guardado en:
Autor principal: | |
---|---|
Formato: | Libro |
Lenguaje: | Inglés |
Publicado: |
New Delhi :
Oxford University Press,
2014.
|
Edición: | 2nd ed. |
Colección: | Oxford higher education
|
Materias: | |
Aporte de: | Registro referencial: Solicitar el recurso aquí |
Tabla de Contenidos:
- Preface to the second edition
- Preface to the first edition
- 1. Introduction to C
- 2. Introduction to Data Structures and Algorithms
- 3. Arrays
- 4. Strings
- 5. Structures and Unions
- 6. Linked Lists
- 7. Stacks
- 8. Queues
- 9. Trees
- 10. Efficient Binary Trees
- 11. Multi-way Search Trees
- 12. Heaps
- 13. Graphs
- 14. Searching and Sorting
- 15. Hashing and Collision
- 16. Files and Their Organization
- Appendix A: Memory Allocation in C Programs
- Appendix B: Garbage Collection
- Appendix C: Backtracking
- Appendix D: Josephus Problem
- Appendix E: File Handling in C
- Appendix F: Address Calculation Sort
- Appendix G: Answers.