Books%2FThe Art of Computer Programming Vol 1

Error converting content: marked is not a function

title:: Books/The Art of Computer Programming Vol 1
- book is history of ideas that come into compute programming
- Concepts
- Dewey Decimal Notation
  - “Dewey decimal notation applies to any forest: The root of the kth tree in the forest is given number k; and if α is the number of any node of degree m, its children are numbered α.1, α.2, ..., α.m. The Dewey decimal notation satisfies many simple mathematical properties, and it is a useful tool in the analysis of trees. ”
  - Excerpt From
		  Art of Computer Programming, The
		  Donald E. Knuth
		  https://books.apple.com/us/book/art-of-computer-programming-the/id849005250
		  This material may be protected by copyright.
- Highlights
- Mark Twain once tried to reduce all jokes to a dozen or so primitive kinds (farmer’s daughter, mother-in-law, etc.); we will try to condense the thousands of identities into a small set of basic operations with which we can solve nearly every problem involving binomial coefficients that we will meet.