Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mycarta/aoc24
Advent of Code 2024
https://github.com/mycarta/aoc24
Last synced: about 1 month ago
JSON representation
Advent of Code 2024
- Host: GitHub
- URL: https://github.com/mycarta/aoc24
- Owner: mycarta
- Created: 2024-12-03T13:19:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-03T13:40:19.000Z (about 1 month ago)
- Last Synced: 2024-12-03T14:19:07.890Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AOC24
My workign solutions to the puzzels in [Advent of Code 2024](https://adventofcode.com/2024).Constraints:
- The Repo does not contain the text of the problems or the input files, as per https://adventofcode.com/about ("Can I copy/redistribute part of Advent of Code?")
- I am using pure Python only
- I am writing my own code to get to the solutions
- I may use Anaconda Assistant for final refactoring of some working solutions