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
- Host: GitHub
- URL: https://github.com/mezdelex/aoc2020
- Owner: mezdelex
- Created: 2021-04-01T16:20:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T10:21:08.000Z (almost 5 years ago)
- Last Synced: 2025-08-19T19:09:03.057Z (6 months ago)
- Topics: adventofcode2020, java
- Language: Java
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)