https://github.com/tteeoo/aoc
Advent of Code
https://github.com/tteeoo/aoc
advent-of-code advent-of-code-2021 advent-of-code-2021-python advent-of-code-python
Last synced: 2 months ago
JSON representation
Advent of Code
- Host: GitHub
- URL: https://github.com/tteeoo/aoc
- Owner: tteeoo
- License: unlicense
- Created: 2021-12-01T05:26:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T03:36:22.000Z (over 3 years ago)
- Last Synced: 2025-01-07T10:10:58.503Z (4 months ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2021-python, advent-of-code-python
- Language: Python
- Homepage: https://adventofcode.com
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
My solutions for the annual [Advent of Code](https://adventofcode.com/) created by [Eric Wastl](https://github.com/topaz).
Mainly done in Python. The code is dedicated to the public domain ([The Unlicense](https://github.com/tteeoo/aoc/blob/main/LICENSE)).
These are by no means the most effecient program for each problem, nor are they coded neatly—they're not meant to be; the code here is just what I develop on the spot, implementing whatever algorithm pops into my head first (easy ones, not good ones).