Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpetitcolas/advent-of-code
List of solutions for Advent of Code
https://github.com/jpetitcolas/advent-of-code
Last synced: 6 days ago
JSON representation
List of solutions for Advent of Code
- Host: GitHub
- URL: https://github.com/jpetitcolas/advent-of-code
- Owner: jpetitcolas
- Created: 2019-12-01T07:17:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:00:19.000Z (almost 2 years ago)
- Last Synced: 2024-07-12T04:34:24.917Z (4 months ago)
- Language: JavaScript
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
A repository storing all my solutions for Advent of Code. All solutions are written in Node.js.
Note that I stopped at the *make it work* in the famous [Make it work, make it right, make it fast](https://wiki.c2.com/?MakeItWorkMakeItRightMakeItFast#:~:text=your%20code%20base.%5D-,Right.,to%20DesignForPerformance%20ahead%20of%20time.) approach.