Skip to content

thatdevsherry/aoc_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

23 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AoC 2021

Doing Advent of Code 2021 in Python cuz why not. Would've liked Rust but I gotta prep for Python so yeah.

Run tests through ./run_tests.sh, which'll print out the results of aoc inputs.

Note that I haven't added my aoc_inputs to git, so those tests will fail.

Progress

  • Day 1
  • Day 2
  • Day 3
  • Day 4
  • Day 5
  • Day 6 (couldn't solve part 2, copied over logic from theprimagen)
  • Day 7 (part 2 incomplete)
  • Day 8
  • Day 9
  • Day 10
  • Day 11
  • Day 12
  • Day 13
  • Day 14
  • Day 15
  • Day 16
  • Day 17
  • Day 18
  • Day 19
  • Day 20
  • Day 21
  • Day 22
  • Day 23
  • Day 24
  • Day 25