https://github.com/taylorwood/advent-of-code
Solutions for Advent of Code problems
https://github.com/taylorwood/advent-of-code
advent advent-of-code advent-of-code-2017 advent-of-code-2018 advent-of-code-2019 advent-of-code-2023 challenges-solved clojure processing quil
Last synced: about 1 month ago
JSON representation
Solutions for Advent of Code problems
- Host: GitHub
- URL: https://github.com/taylorwood/advent-of-code
- Owner: taylorwood
- Created: 2017-12-10T14:15:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T13:51:03.000Z (over 1 year ago)
- Last Synced: 2025-05-14T04:18:32.401Z (about 1 month ago)
- Topics: advent, advent-of-code, advent-of-code-2017, advent-of-code-2018, advent-of-code-2019, advent-of-code-2023, challenges-solved, clojure, processing, quil
- Language: Clojure
- Homepage: https://adventofcode.com
- Size: 1.28 MB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
Solutions to [Advent of Code](https://adventofcode.com) challenges.
## 2019
- [Day One](src/advent_of_code/2019/1.clj)
- [Day Two](src/advent_of_code/2019/2.clj)
- [Day Three](src/advent_of_code/2019/3.clj)
- [Day Four](src/advent_of_code/2019/4.clj)
- [Day Five](src/advent_of_code/2019/5.clj)
- [Day Six](src/advent_of_code/2019/6.clj)
- Sorry, I guess there were "better" things to do with my time## 2018
This year I'm visualizing some of the solutions with [Quil](http://quil.info).
- [Day One](src/advent_of_code/2018/1.clj)
- [Day Two](src/advent_of_code/2018/2.clj) ([visualized](https://youtu.be/Y_UuASYf6bM))
- [Day Three](src/advent_of_code/2018/3.clj) ([visualized](doc/img/2018/3.png))
- [Day Four](src/advent_of_code/2018/4.clj) ([visualized](https://youtu.be/9OfLNCWM_yA))
- [Day Five](src/advent_of_code/2018/5.clj)
- [Day Six](src/advent_of_code/2018/6.clj) ([visualized](doc/img/2018/6.png))
- [Day Seven](src/advent_of_code/2018/7.clj)
- [Day Eight](src/advent_of_code/2018/8.clj)
- [Day Nine](src/advent_of_code/2018/9.clj)
- [Day Ten](src/advent_of_code/2018/10.clj) ([visualized](https://youtu.be/4YtCXEalgTw))
- [Day Eleven](src/advent_of_code/2018/11.clj)
- [Day Twelve](src/advent_of_code/2018/12.clj)
- [Day Thirteen](src/advent_of_code/2018/13.clj) ([visualized](https://youtu.be/hnDNNvy8gww))
- [Day Fourteen](src/advent_of_code/2018/14.clj)## 2017
- [Day One](src/advent_of_code/2017/1.clj)
- [Day Two](src/advent_of_code/2017/2.clj)
- [Day Three](src/advent_of_code/2017/3.clj)
- [Day Four](src/advent_of_code/2017/4.clj)
- [Day Five](src/advent_of_code/2017/5.clj)
- [Day Six](src/advent_of_code/2017/6.clj)
- [Day Seven](src/advent_of_code/2017/7.clj)
- [Day Eight](src/advent_of_code/2017/8.clj)
- [Day Nine](src/advent_of_code/2017/9.clj)
- [Day Ten](src/advent_of_code/2017/10.clj)
- [Day Eleven](src/advent_of_code/2017/11.clj)
- [Day Twelve](src/advent_of_code/2017/12.clj)
- [Day Thirteen](src/advent_of_code/2017/13.clj)
- [Day Fourteen](src/advent_of_code/2017/14.clj)
- [Day Fifteen](src/advent_of_code/2017/15.clj)
- [Day Sixteen](src/advent_of_code/2017/16.clj)
- [Day Seventeen](src/advent_of_code/2017/17.clj)
- [Day Eighteen](src/advent_of_code/2017/18.clj)
- [Day Nineteen](src/advent_of_code/2017/19.clj)
- [Day Twenty](src/advent_of_code/2017/20.clj)
- [Day Twenty One](src/advent_of_code/2017/21.clj)
- [Day Twenty Two](src/advent_of_code/2017/22.clj)
- [Day Twenty Three](src/advent_of_code/2017/23.clj)## 2016
- [Day One](src/advent_of_code/2016/1.clj)
- [Day Two](src/advent_of_code/2016/2.clj)
- [Day Three](src/advent_of_code/2016/3.clj)
- [Day Four](src/advent_of_code/2016/4.clj)
- [Day Five](src/advent_of_code/2016/5.clj)
- [Day Six](src/advent_of_code/2016/6.clj)
- [Day Seven](src/advent_of_code/2016/7.clj)
- [Day Eight](src/advent_of_code/2016/8.clj)
- [Day Nine](src/advent_of_code/2016/9.clj)
- [Day Ten](src/advent_of_code/2016/10.clj)