Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majrusz/adventofcode2020
My solutions to Advent Of Code 2020 problems.
https://github.com/majrusz/adventofcode2020
advent advent-of-code-2020 algorithms-and-data-structures cpp-17 modern-cpp problem-solving
Last synced: 3 days ago
JSON representation
My solutions to Advent Of Code 2020 problems.
- Host: GitHub
- URL: https://github.com/majrusz/adventofcode2020
- Owner: Majrusz
- License: mit
- Created: 2020-12-02T20:57:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T14:06:15.000Z (about 4 years ago)
- Last Synced: 2024-11-01T20:42:02.639Z (about 2 months ago)
- Topics: advent, advent-of-code-2020, algorithms-and-data-structures, cpp-17, modern-cpp, problem-solving
- Language: C++
- Homepage:
- Size: 120 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is Advent Of Code?
**Advent Of Code** is a series of small programming puzzles that
can be solved in any programming language. On this GitHub repository
you can check my solutions to the problems.## Technologies i use
- Modern C++17