An open API service indexing awesome lists of open source software.

https://github.com/redraw/aoc


https://github.com/redraw/aoc

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Code
![tests badge](https://github.com/redraw/aoc/actions/workflows/main.yml/badge.svg)

[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).