My solutions to a number of coding puzzles. These are mostly in Python with a handful of Golang.
| Puzzle | Details | Code |
|---|---|---|
| Advent of Code | The original puzzle. Hard. | Python, Go |
| Coding Quest | Simpler problems. Easy. | Code |
| FlipFlop Codes | Easy to medium, fun puzzles. | Code |
| Codyssi | Good range. Medium. | Code |
| Everybody Codes | Close to AoC. Hard. | Code |
| i18n Puzzles | Puzzles centering on internationalization issues. | Code |
| Marches & Gnats | Puzzles that need to be solved by writing a state machine. | Code |
| Tom's Data Onion | A message wrapped in layers of puzzles. Unwrap layers to find the next layer. | Code |
| aquaq | Code | |
| Pi Coding Quest | Code |
The lib/ contains a number of helpers and base runner code.