/AdventOfCode2023

Submissions to AoC 2023

Primary LanguagePython

Advent of Code 2023 submission repo

Language

Python

Instructions

Use venv to isolate dependencies source .venv/bin/activate.

Motivation

Purely for my own learning and refreshing on data structures and algorithms. No codegolf, no emphasis on language-specific tricks for terseness. Absolutely no AI usage. I try to include some drawings and explanations to record thoughts and ideas about the solutions.

Solved problems

Day Solved
1 part1, part2
2 part1, part2
3 part1, part2
4 part1, part2
5 part1, part2
6 part1, part2
7 part1, part2
8 part1, part2
9 part1, part2
10 part1
11 part1, part2
12 part1
13
14
15
16
17
18
19
20
21
22
23
24