Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhvy/aoc
Advent of Code Solutions Written in Python 3
https://github.com/lhvy/aoc
advent-of-code python3
Last synced: 9 days ago
JSON representation
Advent of Code Solutions Written in Python 3
- Host: GitHub
- URL: https://github.com/lhvy/aoc
- Owner: lhvy
- Created: 2021-12-01T01:01:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T02:04:29.000Z (11 months ago)
- Last Synced: 2024-10-09T22:42:25.223Z (30 days ago)
- Topics: advent-of-code, python3
- Language: Python
- Homepage: https://adventofcode.com
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc
These are my solutions to [Advent of Code](https://adventofcode.com), written in Python 3.
**There are many possible solutions for each day in AoC, and the solutions here are by no means the best way of solving the puzzles as they were written with the aim of solving each puzzle quickly.**
## Usage
Each script reads its input from `input.txt` placed in the working directory. The input for each day can be found on the Advent of Code website, for example the input for 2020 day 1 is located at [https://adventofcode.com/2020/day/1/input](https://adventofcode.com/2020/day/1/input).