zhuang@linux:~/reading/introduction-to-algorithms/$ tree

Introduction to Algorithms

Author: Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein

Status: reading

Notes from reading Introduction to Algorithms (CLRS).

Part III: Data Structures: Chapter 10–13.

TODO: make a repo called CLRS to collect and achieve these fascinating algorithms and data structure.

TODO: CLRS repo also includes the solutions to exercises and problems.

$ cat SUMMARY.md

  1. 01 The Role of Algorithms in Computing
  2. 02 Getting Started
  3. 03 Characterizing Running Times
  4. 10 Elementary Data Structures
  5. 11 Hash Tables