Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreal2000/advent-of-code
My solutions to the Advent of Code challenges
https://github.com/andreal2000/advent-of-code
advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2017 python
Last synced: 13 days ago
JSON representation
My solutions to the Advent of Code challenges
- Host: GitHub
- URL: https://github.com/andreal2000/advent-of-code
- Owner: Andreal2000
- License: mit
- Created: 2022-12-03T16:48:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T21:57:31.000Z (about 2 months ago)
- Last Synced: 2024-11-29T22:38:22.392Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2015, advent-of-code-2016, advent-of-code-2017, python
- Language: Python
- Homepage:
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
My solutions to the [Advent of Code](https://adventofcode.com/) challenges
## Years
* [2015](#2015)
* [2016](#2016)
* [2017](#2017)## 2015
01. [Not Quite Lisp](https://github.com/Andreal2000/advent-of-code/blob/main/2015/01)
02. [I Was Told There Would Be No Math](https://github.com/Andreal2000/advent-of-code/blob/main/2015/02)
03. [Perfectly Spherical Houses in a Vacuum](https://github.com/Andreal2000/advent-of-code/blob/main/2015/03)
04. [The Ideal Stocking Stuffer](https://github.com/Andreal2000/advent-of-code/blob/main/2015/04)
05. [Doesn't He Have Intern-Elves For This?](https://github.com/Andreal2000/advent-of-code/blob/main/2015/05)
06. [Probably a Fire Hazard](https://github.com/Andreal2000/advent-of-code/blob/main/2015/06)
07. [Some Assembly Required](https://github.com/Andreal2000/advent-of-code/blob/main/2015/07)
08. [Matchsticks](https://github.com/Andreal2000/advent-of-code/blob/main/2015/08)
09. [All in a Single Night](https://github.com/Andreal2000/advent-of-code/blob/main/2015/09)
10. [Elves Look, Elves Say](https://github.com/Andreal2000/advent-of-code/blob/main/2015/10)
11. [Corporate Policy](https://github.com/Andreal2000/advent-of-code/blob/main/2015/11)
12. [JSAbacusFramework.io](https://github.com/Andreal2000/advent-of-code/blob/main/2015/12)
13. [Knights of the Dinner Table](https://github.com/Andreal2000/advent-of-code/blob/main/2015/13)
14. [Reindeer Olympics](https://github.com/Andreal2000/advent-of-code/blob/main/2015/14)
15. [Science for Hungry People](https://github.com/Andreal2000/advent-of-code/blob/main/2015/15)
16. [Aunt Sue](https://github.com/Andreal2000/advent-of-code/blob/main/2015/16)
17. [No Such Thing as Too Much](https://github.com/Andreal2000/advent-of-code/blob/main/2015/17)
18. [Like a GIF For Your Yard](https://github.com/Andreal2000/advent-of-code/blob/main/2015/18)
19. [Medicine for Rudolph](https://github.com/Andreal2000/advent-of-code/blob/main/2015/19)
20. [Infinite Elves and Infinite Houses](https://github.com/Andreal2000/advent-of-code/blob/main/2015/20)
21. [RPG Simulator 20XX](https://github.com/Andreal2000/advent-of-code/blob/main/2015/21)
22. [Wizard Simulator 20XX](https://github.com/Andreal2000/advent-of-code/blob/main/2015/22)
23. [Opening the Turing Lock](https://github.com/Andreal2000/advent-of-code/blob/main/2015/23)
24. [It Hangs in the Balance](https://github.com/Andreal2000/advent-of-code/blob/main/2015/24)
25. [Let It Snow](https://github.com/Andreal2000/advent-of-code/blob/main/2015/25)## 2016
01. [No Time for a Taxicab](https://github.com/Andreal2000/advent-of-code/blob/main/2016/01)
02. [Bathroom Security](https://github.com/Andreal2000/advent-of-code/blob/main/2016/02)
03. [Squares With Three Sides](https://github.com/Andreal2000/advent-of-code/blob/main/2016/03)
04. [Security Through Obscurity](https://github.com/Andreal2000/advent-of-code/blob/main/2016/04)
05. [How About a Nice Game of Chess?](https://github.com/Andreal2000/advent-of-code/blob/main/2016/05)
06. [Signals and Noise](https://github.com/Andreal2000/advent-of-code/blob/main/2016/06)
07. [Internet Protocol Version 7](https://github.com/Andreal2000/advent-of-code/blob/main/2016/07)
08. [Two-Factor Authentication](https://github.com/Andreal2000/advent-of-code/blob/main/2016/08)
09. [Explosives in Cyberspace](https://github.com/Andreal2000/advent-of-code/blob/main/2016/09)
10. [Balance Bots](https://github.com/Andreal2000/advent-of-code/blob/main/2016/10)
11. [Radioisotope Thermoelectric Generators](https://github.com/Andreal2000/advent-of-code/blob/main/2016/11)
12. [Leonardo's Monorail](https://github.com/Andreal2000/advent-of-code/blob/main/2016/12)
13. [A Maze of Twisty Little Cubicles](https://github.com/Andreal2000/advent-of-code/blob/main/2016/13)
14. [One-Time Pad](https://github.com/Andreal2000/advent-of-code/blob/main/2016/14)
15. [Timing is Everything](https://github.com/Andreal2000/advent-of-code/blob/main/2016/15)
16. [Dragon Checksum](https://github.com/Andreal2000/advent-of-code/blob/main/2016/16)
17. [Two Steps Forward](https://github.com/Andreal2000/advent-of-code/blob/main/2016/17)
18. [Like a Rogue](https://github.com/Andreal2000/advent-of-code/blob/main/2016/18)
19. [An Elephant Named Joseph](https://github.com/Andreal2000/advent-of-code/blob/main/2016/19)
20. [Firewall Rules](https://github.com/Andreal2000/advent-of-code/blob/main/2016/20)
21. [Scrambled Letters and Hash](https://github.com/Andreal2000/advent-of-code/blob/main/2016/21)
22. [Grid Computing](https://github.com/Andreal2000/advent-of-code/blob/main/2016/22)
23. [Safe Cracking](https://github.com/Andreal2000/advent-of-code/blob/main/2016/23)
24. [Air Duct Spelunking](https://github.com/Andreal2000/advent-of-code/blob/main/2016/24)
25. [Clock Signal](https://github.com/Andreal2000/advent-of-code/blob/main/2016/25)## 2017
01. [Inverse Captcha](https://github.com/Andreal2000/advent-of-code/blob/main/2017/01)
02. [Corruption Checksum](https://github.com/Andreal2000/advent-of-code/blob/main/2017/02)
03. [Spiral Memory](https://github.com/Andreal2000/advent-of-code/blob/main/2017/03)
04. [High-Entropy Passphrases](https://github.com/Andreal2000/advent-of-code/blob/main/2017/04)
05. [A Maze of Twisty Trampolines, All Alike](https://github.com/Andreal2000/advent-of-code/blob/main/2017/05)
06. [Memory Reallocation](https://github.com/Andreal2000/advent-of-code/blob/main/2017/06)
07. [Recursive Circus](https://github.com/Andreal2000/advent-of-code/blob/main/2017/07)
08. [I Heard You Like Registers](https://github.com/Andreal2000/advent-of-code/blob/main/2017/08)
09. [Stream Processing](https://github.com/Andreal2000/advent-of-code/blob/main/2017/09)
10. [Knot Hash](https://github.com/Andreal2000/advent-of-code/blob/main/2017/10)
11. [Hex Ed](https://github.com/Andreal2000/advent-of-code/blob/main/2017/11)
12. [Digital Plumber](https://github.com/Andreal2000/advent-of-code/blob/main/2017/12)
13. [Packet Scanners](https://github.com/Andreal2000/advent-of-code/blob/main/2017/13)
14. [Disk Defragmentation](https://github.com/Andreal2000/advent-of-code/blob/main/2017/14)
15. [Dueling Generators](https://github.com/Andreal2000/advent-of-code/blob/main/2017/15)
16. [Permutation Promenade](https://github.com/Andreal2000/advent-of-code/blob/main/2017/16)
17. [Spinlock](https://github.com/Andreal2000/advent-of-code/blob/main/2017/17)
18. [Duet](https://github.com/Andreal2000/advent-of-code/blob/main/2017/18)
19. [A Series of Tubes](https://github.com/Andreal2000/advent-of-code/blob/main/2017/19)
20. [Particle Swarm](https://github.com/Andreal2000/advent-of-code/blob/main/2017/20)
21. [Fractal Art](https://github.com/Andreal2000/advent-of-code/blob/main/2017/21)
22. [Sporifica Virus](https://github.com/Andreal2000/advent-of-code/blob/main/2017/22)
23. [Coprocessor Conflagration](https://github.com/Andreal2000/advent-of-code/blob/main/2017/23)
24. [Electromagnetic Moat](https://github.com/Andreal2000/advent-of-code/blob/main/2017/24)
25. [The Halting Problem](https://github.com/Andreal2000/advent-of-code/blob/main/2017/25)