An open API service indexing awesome lists of open source software.

https://github.com/mezdelex/aoc2020

Advent of Code 2020
https://github.com/mezdelex/aoc2020

adventofcode2020 java

Last synced: 6 months ago
JSON representation

Advent of Code 2020

Awesome Lists containing this project

README

          

# Advent of Code 2020
Trying to solve past year's AoC challenges at one per day rate.

|Day|Part 1|Part 2|
|:-:|:-:|:-:|
|1|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%201/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%201/Solution2.java)|
|2|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%202/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%202/Solution2.java)|
|3|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%203/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%203/Solution2.java)|
|4|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%204/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%204/Solution2.java)|
|5|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%205/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%205/Solution2.java)|
|6|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%206/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%206/Solution2.java)|
|7|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%207/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%207/Solution2.java)|
|8|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%208/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%208/Solution2.java)|
|9|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%209/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%209/Solution2.java)|
|10|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2010/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2010/Solution2.java)|
|11|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2011/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2011/Solution2.java)|
|12|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2012/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2012/Solution2.java)|
|13|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2013/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2013/Solution2.java)|
|14|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2014/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2014/Solution2.java)|
|15|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2015/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2015/Solution2.java)|
|16|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2016/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2016/Solution2.java)|

End of the journey :)