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

https://github.com/tollyh/aoc-2021

Advent of Code - 2021 Edition
https://github.com/tollyh/aoc-2021

advent-of-code advent-of-code-2021 no-dependencies no-libraries python python3

Last synced: 2 months ago
JSON representation

Advent of Code - 2021 Edition

Awesome Lists containing this project

README

          

# Advent of Code 2021

My solutions written in Python - they are not necessarily the optimal solutions, nor are they necessarily particularly well written, as long as they give the correct answer, they're good enough for me. I am solving every day with as minimal help as possible, and, for an additional challenge, attempting to do so without importing any libraries, not even ones in the Python Standard Library.

I am not including my puzzle input with the solutions, as they should work with anyone's (it looks for it in a file called `input.txt` in the same folder as the script).