https://github.com/errorcodezero/adventofcode
My solutions for advent of code
https://github.com/errorcodezero/adventofcode
advent
Last synced: 2 months ago
JSON representation
My solutions for advent of code
- Host: GitHub
- URL: https://github.com/errorcodezero/adventofcode
- Owner: errorcodezero
- Created: 2024-10-14T02:49:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T20:46:37.000Z (over 1 year ago)
- Last Synced: 2025-03-18T21:33:39.341Z (over 1 year ago)
- Topics: advent
- Language: C++
- Homepage:
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
My solutions for advent of code. They aren't the fastest nor the best solution but they work!
## 2015
- [Day 1 - Python ✅](/2015/1/python)
- [Day 1 - C++ ✅](/2015/1/cpp)
- [Day 2 ✅](/2015/2)
- [Day 3 ✅](/2015/3)
- [Day 4 ✅](/2015/4)
- [Day 5 ✅](/2015/5)
- [Day 6 ✅](/2015/6)
- [Day 7 ✅](/2015/7)
- [Day 8 ✅](/2015/8)
- [Day 9 ❌](/2015/9)
- [Day 10 ❌](/2015/10)
## 2023
- [Day 1 ✅](/2023/1)