My solutions for Advent of Code 2021.
  • Python 99.6%
  • Nix 0.4%
Find a file
2021-12-26 00:37:34 +00:00
.vscode Start day19 2021-12-23 18:30:44 +00:00
day01 Simplify all days 2021-12-14 12:36:11 +00:00
day02 Simplify all days 2021-12-14 12:36:11 +00:00
day03 Simplify all days 2021-12-14 12:36:11 +00:00
day04 Simplify all days 2021-12-14 12:36:11 +00:00
day05 Simplify all days 2021-12-14 12:36:11 +00:00
day06 Simplify all days 2021-12-14 12:36:11 +00:00
day07 Simplify all days 2021-12-14 12:36:11 +00:00
day08 Simplify all days 2021-12-14 12:36:11 +00:00
day09 Simplify all days 2021-12-14 12:36:11 +00:00
day10 Simplify all days 2021-12-14 12:36:11 +00:00
day11 Simplify all days 2021-12-14 12:36:11 +00:00
day12 Simplify all days 2021-12-14 12:36:11 +00:00
day13 Simplify all days 2021-12-14 12:36:11 +00:00
day14 Simplify all days 2021-12-14 12:36:11 +00:00
day15 Clean up day15 2021-12-16 00:16:38 +00:00
day16 Add day16 & day17 readmes 2021-12-19 10:37:51 +00:00
day17 Start day19 2021-12-23 18:30:44 +00:00
day18 day18: no need to copy the input 2021-12-22 17:19:33 +00:00
day19 Start day19 2021-12-23 18:30:44 +00:00
day20 Complete day20 2021-12-23 21:14:03 +00:00
day21 Add day21 readme 2021-12-24 17:05:13 +00:00
day22 Try and fail to finish day 22 part 2 2021-12-25 17:14:45 +00:00
day25 Complete day25 2021-12-26 00:37:34 +00:00
utils Complete day22 part 1 2021-12-24 18:53:16 +00:00
.editorconfig Complete day11 2021-12-11 14:16:28 +00:00
.gitignore Initial commit 2021-11-30 20:18:51 +00:00
new.py Fix some issues on macOS 2021-12-17 17:39:57 +00:00
readme.md Improve new.py usage 2021-12-10 18:08:32 +00:00
shell.nix Tweak some stuff 2021-12-01 01:08:48 +00:00

Advent of Code 2021

My solutions for Advent of Code 2021, written in Python 3.10.

Solution files and boilerplate can be generated with new.py, e.g.:

./new.py 1

The workspace is designed to work with the Nix package manager and Nix Environment Selector VS Code extension out of the box.