Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 852 Bytes

main.md

File metadata and controls

35 lines (32 loc) · 852 Bytes

The Art Of Computer Programming

TAOCP, Donald E. Knuth, Stanford University.

The complete set of books of TAOCP has several volumes.

  1. Fundamental Algorighms
  2. Basic Concepts
    1. Algorithms
    2. Mathematical Preliminaries
    3. MIX
    4. Some Fundamental Programming Techniques
  3. Information Structures
    1. Intruduction
    2. Linear Lists
    3. Trees
    4. Multilinked Structures
    5. Dynamic Storage Allocation
    6. History and Bibliography
  4. Seminumerical Algorithms
  5. Random Numbers
  6. Arighmetic
  7. Sorting and Searching
  8. Sorting
  9. Searching
  10. Combinatorial Algorithms
  11. Combinatorial Searching
  12. Recursion
  13. Syntactical Algorithms
  14. Lexical Scanning
  15. Parsing
  16. The Theory of Languages
  17. Compilers

reading Volume 1, the 3rd edition.