Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduherminio/aoc2020
Advent of Code 2020
https://github.com/eduherminio/aoc2020
advent-of-code advent-of-code-2020 adventofcode adventofcode2020 aoc aoc2020 competitive-programming
Last synced: about 1 month ago
JSON representation
Advent of Code 2020
- Host: GitHub
- URL: https://github.com/eduherminio/aoc2020
- Owner: eduherminio
- License: mit
- Created: 2020-11-24T22:08:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T23:25:52.000Z (about 3 years ago)
- Last Synced: 2023-03-01T03:52:01.880Z (almost 2 years ago)
- Topics: advent-of-code, advent-of-code-2020, adventofcode, adventofcode2020, aoc, aoc2020, competitive-programming
- Language: C#
- Homepage: https://adventofcode.com/2020
- Size: 340 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2020
[Advent Of Code 2020](https://adventofcode.com/2020) programming puzzles.
Uses:
* [AoCHelper](https://github.com/eduherminio/AoCHelper) for generalizing AoC problem solving.
* [FileParser](https://github.com/eduherminio/FileParser) for parsing complex input files.
* [SheepTools](https://github.com/eduherminio/SheepTools) as a general purpose, utility library.