An open API service indexing awesome lists of open source software.

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

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)