Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milind220/advent-of-code-2021
My Python solutions for the Advent of Code 2021 challenge!
https://github.com/milind220/advent-of-code-2021
advent-of-code advent-of-code-2021 algorithm-challenges challenge python
Last synced: about 1 month ago
JSON representation
My Python solutions for the Advent of Code 2021 challenge!
- Host: GitHub
- URL: https://github.com/milind220/advent-of-code-2021
- Owner: Milind220
- Created: 2021-12-04T05:44:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T05:58:50.000Z (about 3 years ago)
- Last Synced: 2024-11-09T05:37:58.586Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2021, algorithm-challenges, challenge, python
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021
My solutions for the [Advent of Code 2021](https://adventofcode.com/2021/about) challenge, written in Python!
Took the opportuinity to practice and get more comfortable with numpy and algorithms in general.A few of my friends and I created a private leaderboard to compete with each other! You can find their solutions below:
* [Alex Scriba](https://github.com/AlexScriba/AdventOfCode2021)
* [Alibi Melis](https://github.com/AlibiMelis/Advent-of-Code-2021)
* [Matthew Betty](https://github.com/MatthewBetty/Advent-of-Code-2021)