List of Figures
Chapter 1. Small problems
Figure 1.2. The recursive function fib(n) calls itself with the arguments n-2 and n-1.
Figure 1.3. Every non-base-case call of fib2() results in two more calls of fib2().
Figure 1.4. The human memoization machine
Figure 1.5. Compressing a String representing a gene into a 2-bit-per-nucleotide bit string.
Chapter 2. Search problems ...
Get Classic Computer Science Problems in Swift now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.