Concise Notes on Data Structure and Algorithms

AUTHOR : Christopher Fox
EDITION : 2012
ISBN NO : 978-87-403-0273-8
CHAPTERS :

  1. Introduction
  2. Built-In Types
  3. Arrays
  4. Assertions
  5. Containers
  6. Stacks
  7. Queues
  8. Stacks and Recursion
  9. Collections
  10. Lists
  11. Analyzing Algorithms
  12. Function Growth Rates
  13. Basic Sorting Algorithms
  14. Recurrences
  15. Merge sore and Quick sort
  16. Trees, Heaps, and Heapsort
  17. Binary Trees
  18. Binary Search and Binary Search Trees
  19. Sets
  20. Maps
  21. Hashing
  22. Hashed Collections
  23. Graphs
  24. Graph Algorithms

DOWNLOAD

Comments