Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 466 Bytes

File metadata and controls

21 lines (13 loc) · 466 Bytes

Knuth

Donald Knuth related projects, POCs, etc.

Examples from The Art of Computer Programming, a draft of Section 7.2.1.2.

Only the first algorithms are implemented in Java:

  • Algorithm G
  • Algorithm L
  • Algorithm P
  • Algorithm T
  • Algorithm X (incomplete)

Also, the Sedgewick permutation implementation is provided:

  • Algorithms Sedgewick p.513

Puzzle Romans code from Knuth TeX 0.25 :

  • Romans