https://github.com/eduherminio/aoc2021
Advent of Code 2021
https://github.com/eduherminio/aoc2021
advent-of-code advent-of-code-2021 adventofcode adventofcode2021 aoc aoc2021 competitive-programming
Last synced: 5 months ago
JSON representation
Advent of Code 2021
- Host: GitHub
- URL: https://github.com/eduherminio/aoc2021
- Owner: eduherminio
- License: mit
- Created: 2021-11-16T23:37:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T08:50:16.000Z (over 1 year ago)
- Last Synced: 2025-03-21T04:44:55.214Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2021, adventofcode, adventofcode2021, aoc, aoc2021, competitive-programming
- Language: C#
- Homepage: https://adventofcode.com/2021
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2021
[Advent Of Code 2021](https://adventofcode.com/2021) 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.