Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 454 Bytes

File metadata and controls

28 lines (25 loc) · 454 Bytes

Data Structure and Algorithm

Material

  • Creative Algorithm
  • Algorithm with Everyone
  • Brain Algorithm

Goal

  • Get Expert Programmer Certificate
  • Cracking the Coding Interview
  • Experience with Python / C / C++

Contents

  1. List
  2. Stack
  3. Queue
  4. Tree
  5. Sort
  6. Search
  7. Priority queue and heap
  8. Hash table
  9. Graph
  10. String
  11. Algorithm analysis
  12. Conquer and Divide
  13. Dynamic Programming
  14. Greedy Algorithm
  15. Backtracking