Algorithms in a Nutshell
Notes from reading the book. (Work in progress.)
(Publisher website)
Context: you need to make your program run fast
Chapter 2
- start by encoding the input in a convenient format
- decide which operations you want to optimize for
Written 2019-10