Solutions for Advent of Code
Find a file
Anders Englöf Ytterström 5a5e843129
2015, day 16-25 (first completed calendar!) (#11)
* Solve 2015:16 "Aunt Sue"

* Make 2023:08 future compatible

Code used to work with another version of python.

* Solve 2015:17 "No such Thing as Too much"

* Solve 2015:18 "Like a GIF For Your Yard"

Also solve 2015:06 just in case, was just a ref
in the end.

* Solve 2015:19 "Medicine for Rudolph"

* Solve 2015:20 "Infinite Elves and Infinite Houses"

* Solve 2023:21 "RPG Simulator 20XX"

* Solve 2015:22 "Wizard Simulator 20XX"

* Solve 2015:23 "Opening the Turing Lock"

* Solve 2015:25 "Let it Snow"

Wrote p2rc and rc2p just for academic purposes.
Puzzles could be solved anyway.

* Solve 2015:24 "Hangs in the Balance"

---------

Co-authored-by: Anders Englöf Ytterström <anders@playmaker.ai>
2023-12-19 14:24:28 +01:00
2015-elixir Solve day 5-6 2015 2022-11-25 12:03:57 +01:00
2015-elixir-2 Solve 2015:7 "Some Assembly Required" 2023-11-20 20:54:43 +01:00
2015-python 2015, day 16-25 (first completed calendar!) (#11) 2023-12-19 14:24:28 +01:00
2016-python Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
2017-python Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
2018-elixir Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
2018-python Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
2019-elixir Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
2020-elixir Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
2020-python Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
2021-elixir 🔧 Setup Advent of Code 2021 2021-10-22 17:17:55 +02:00
2021-python Solve 2021:14 "Extended Polymerization" part 2 2021-12-14 08:56:57 +01:00
2022-elixir Add WIP for 2022:11 "Monkey in the Middle" 2023-11-20 20:53:58 +01:00
2023-python 2023 solutions (#6) 2023-12-18 13:08:28 +01:00
.gitignore Ignore .ropeproject 2023-12-15 17:22:09 +01:00
fetch-calendar Add scripts to fetch single or calendar inputs 2023-12-09 21:25:35 +01:00
fetch-input Add scripts to fetch single or calendar inputs 2023-12-09 21:25:35 +01:00
README.md Create README.md 2021-11-04 08:48:22 +01:00

Advent of Code 2015

Here all solved puzzles for Advent of Code are kept for reference. Most solutions are written in Python, but there are also solutions written in Elixir.

  • 20162020 are squashed in version control, so the original thoughts/rants about the solution are forgotten for future generations.
  • 2021 onwards will have each solution as a separate commit.