Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n0rrman/advent-of-code-2020
This repository serves as a mono repository for the Advent of Code 2020 challenges. All challenges are completed in Golang.
https://github.com/n0rrman/advent-of-code-2020
Last synced: 16 days ago
JSON representation
This repository serves as a mono repository for the Advent of Code 2020 challenges. All challenges are completed in Golang.
- Host: GitHub
- URL: https://github.com/n0rrman/advent-of-code-2020
- Owner: n0rrman
- Created: 2024-10-23T21:15:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T06:56:26.000Z (about 2 months ago)
- Last Synced: 2024-12-04T09:34:10.878Z (about 2 months ago)
- Language: Go
- Size: 84 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: Let's give it another Go.
This repository serves as a mono repository for the [Advent of Code 2020](https://adventofcode.com/2020) challenges. All challenges are completed in Golang.
---
| Task Number | Completed | Part One | Part Two | Repository |
|-------------|-----------|-|--|--------|
| [01](https://adventofcode.com/2020/day/1) | ✅ | 805731 | 192684960 | [advent-of-code-2020/1](https://github.com/n0rrman/advent-of-code-2020/tree/main/01) |
| [02](https://adventofcode.com/2020/day/2) | ✅ | 591 | 335 | [advent-of-code-2020/2](https://github.com/n0rrman/advent-of-code-2020/tree/main/02) |
| [03](https://adventofcode.com/2020/day/3) | ✅ | 167 | 736527114 | [advent-of-code-2020/3](https://github.com/n0rrman/advent-of-code-2020/tree/main/03) |
| [04](https://adventofcode.com/2020/day/4) | ✅ | 222 | 140 | [advent-of-code-2020/4](https://github.com/n0rrman/advent-of-code-2020/tree/main/04) |
| [05](https://adventofcode.com/2020/day/5) | ✅ | 988 | 696 | [advent-of-code-2020/5](https://github.com/n0rrman/advent-of-code-2020/tree/main/05) |
| [06](https://adventofcode.com/2020/day/6) | ✅ | 6437 | 3229 | [advent-of-code-2020/6](https://github.com/n0rrman/advent-of-code-2020/tree/main/06) |
| [07](https://adventofcode.com/2020/day/7) | ✅ | 370 | 29547 | [advent-of-code-2020/7](https://github.com/n0rrman/advent-of-code-2020/tree/main/07) |
| [08](https://adventofcode.com/2020/day/8) | ✅ | 1384 | 761 | [advent-of-code-2020/8](https://github.com/n0rrman/advent-of-code-2020/tree/main/08) |
| [09](https://adventofcode.com/2020/day/9) | ✅ | 556543474 | 76096372 | [advent-of-code-2020/9](https://github.com/n0rrman/advent-of-code-2020/tree/main/09) |
| [10](https://adventofcode.com/2020/day/10) | ❌ | | | [advent-of-code-2020/10](https://github.com/n0rrman/advent-of-code-2020/tree/main/10) |
[https://adventofcode.com/2020](https://adventofcode.com/2020)