Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jansvabik/advent-of-code-2020
Scripts and utils I made for the Advent of code 2020 (an advent calendar which is accessible on https://adventofcode.com/2020/). Merry Christmas to all of you!
https://github.com/jansvabik/advent-of-code-2020
advent advent-of-code advent-of-code-2020 go golang
Last synced: about 2 months ago
JSON representation
Scripts and utils I made for the Advent of code 2020 (an advent calendar which is accessible on https://adventofcode.com/2020/). Merry Christmas to all of you!
- Host: GitHub
- URL: https://github.com/jansvabik/advent-of-code-2020
- Owner: jansvabik
- Created: 2020-12-01T19:50:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T23:15:17.000Z (about 4 years ago)
- Last Synced: 2024-08-03T23:29:57.080Z (5 months ago)
- Topics: advent, advent-of-code, advent-of-code-2020, go, golang
- Language: Go
- Homepage: https://adventofcode.com/2020/
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - advent-of-code-2020
README
# Advent of code 2020
Here are scripts written for the advent calendar which is accessible on https://adventofcode.com/2020/. I was trying to improve my Go skills during this advent so I wrote all the code in Go.Below you can find table with my feelings about complexity of every of the days, so as about my stars and link to the assignment.
| Day | Stars | Complexity | Assignment | My code |
|-----|-------|------------|----------------------------------------------------|-------------------------------------------------------------------------------------|
| 1 | ** | * | [Assignment](https://adventofcode.com/2020/day/1) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-01/main.go) |
| 2 | ** | * | [Assignment](https://adventofcode.com/2020/day/2) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-02/main.go) |
| 3 | ** | * | [Assignment](https://adventofcode.com/2020/day/3) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-03/main.go) |
| 4 | ** | ** | [Assignment](https://adventofcode.com/2020/day/4) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-04/main.go) |
| 5 | ** | ** | [Assignment](https://adventofcode.com/2020/day/5) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-05/main.go) |
| 6 | ** | ** | [Assignment](https://adventofcode.com/2020/day/6) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-06/main.go) |
| 7 | ** | *** | [Assignment](https://adventofcode.com/2020/day/7) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-07/main.go) |
| 8 | ** | ** | [Assignment](https://adventofcode.com/2020/day/8) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-08/main.go) |
| 9 | ** | ** | [Assignment](https://adventofcode.com/2020/day/9) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-09/main.go) |
| 10 | ** | ***** | [Assignment](https://adventofcode.com/2020/day/10) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-10/main.go) |
| 11 | ** | *** | [Assignment](https://adventofcode.com/2020/day/11) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-11/main.go) |
| 12 | ** | *** | [Assignment](https://adventofcode.com/2020/day/12) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-12/main.go) |
| 13 | * | * (part 1) | [Assignment](https://adventofcode.com/2020/day/13) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-13/main.go) |
| 14 | ** | **** | [Assignment](https://adventofcode.com/2020/day/14) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-14/main.go) |
| 15 | ** | * | [Assignment](https://adventofcode.com/2020/day/15) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-15/main.go) |
| 16 | ** | *** | [Assignment](https://adventofcode.com/2020/day/16) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-16/main.go) |
| 17 | ** | **** | [Assignment](https://adventofcode.com/2020/day/17) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-17/main.go) |
| 18 | ** | **** | [Assignment](https://adventofcode.com/2020/day/18) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-18/main.go) |
| 19 | * | ***** | [Assignment](https://adventofcode.com/2020/day/19) | [Code](https://github.com/jansvabik/advent-of-code-2020/blob/master/day-19/main.go) |