https://github.com/redraw/aoc
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redraw/aoc
- Owner: redraw
- Created: 2021-12-04T04:21:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T16:55:53.000Z (over 4 years ago)
- Last Synced: 2025-05-28T04:52:42.532Z (about 1 year ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code

[https://adventofcode.com](https://adventofcode.com)
I took the approach to solve them just using the Python's stdlib, but many puzzles require matrix-wise operations and [numpy](https://numpy.org/) is a great fit for them!
You might also take a look at [these great solutions](https://dev.to/meseta/advent-of-code-2021-day-01-with-python-and-numpys-convolution-function-12o8).