Let’s write some code that calculates how dependencies propagate between things such as classes in a program.
Kata19: Word Chains
Write a program that solves word-chain puzzles.
Kata20: Klondike
Experiment with different heuristics for playing the solitaire game Klondike.
Kata21: Simple Lists
Perhaps there’s more to the humble list of values than you might think. Let’s experiment with some basic list processing.