Advent of code 2022, in python.
My user id: #2549190
Input text files obtained from the official site. First line always denotes the first part puzzle, the second line always the second part.
I am still struggeling with some of the riddles as I try to solve them without looking up help / possible solutions. I'll upload them as soon as I have them completed!
- day 16
- day 17, part 2
- day 19
- day 20
- day 22, part 2
- day 23
- day 24
- day 25
python day1/day1.py
python day1/day1.py --top-k 3
python day2/day2.py
python day2/day2.py --part-2
python day3/day3_part1.py
python day3/day3_part2.py
python day4/day4.py
python day4/day4.py --part-2
python day5/day5.py
python day5/day5.py --part-2
python day6/day6.py
python day6/day6.py --part-2
python day7/day7.py
python day7/day7.py --part-2
python day8/day8_part1.py
python day8/day8_part2.py
python day9/day9.py # add `--viz` for a visualization
python day9/day9.py --part-2 # add `--viz` for a visualization
python day10/day10_part1.py
python day10/day10_part2.py # add `--with-white-spaces` for substituting the dots with a white space
python day11/day11.py
python day11/day11.py --part-2
python day12/day12.py
python day12/day12.py --part-2
python day13/day13.py
python day13/day13.py --part-2
python day14/day14.py # add `--viz` for a visualization
python day14/day14.py --part-2 # add `--viz` for a visualization
python day15/day15_part1.py
python day15/day15_part2.py
python day17/day17_part1.py # add `--viz` for a visualization
python day18/day18.py
python day18/day18.py --part-2
python day21/day21.py
python day21/day21.py --part-2
python day22/day22_part1.py # add `--viz` for a visualization