Skip to content

wboerdijk/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2022

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.

missing riddles

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

day 1

python day1/day1.py
python day1/day1.py --top-k 3

day 2

python day2/day2.py
python day2/day2.py --part-2

day 3

python day3/day3_part1.py
python day3/day3_part2.py

day 4

python day4/day4.py
python day4/day4.py --part-2

day 5

python day5/day5.py
python day5/day5.py --part-2

day 6

python day6/day6.py
python day6/day6.py --part-2

day 7

python day7/day7.py
python day7/day7.py --part-2

day 8

python day8/day8_part1.py
python day8/day8_part2.py

day 9

python day9/day9.py  # add `--viz` for a visualization
python day9/day9.py --part-2  # add `--viz` for a visualization

day 10

python day10/day10_part1.py
python day10/day10_part2.py  # add `--with-white-spaces` for substituting the dots with a white space

day 11

python day11/day11.py
python day11/day11.py --part-2

day 12

python day12/day12.py
python day12/day12.py --part-2

day 13

python day13/day13.py
python day13/day13.py --part-2

day 14

python day14/day14.py  # add `--viz` for a visualization
python day14/day14.py --part-2  # add `--viz` for a visualization

day 15

python day15/day15_part1.py
python day15/day15_part2.py

day 17

python day17/day17_part1.py  # add `--viz` for a visualization

day 18

python day18/day18.py
python day18/day18.py --part-2

day 21

python day21/day21.py
python day21/day21.py --part-2

day 22

python day22/day22_part1.py  # add `--viz` for a visualization

About

Advent of code 2022, in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages