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
- Host: GitHub
- URL: https://github.com/tollyh/aoc-2021
- Owner: TollyH
- Created: 2021-12-01T11:48:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-15T12:41:44.000Z (over 4 years ago)
- Last Synced: 2025-01-11T04:50:12.199Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2021, no-dependencies, no-libraries, python, python3
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).