Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slashgear/advent-of-code
Personal implementation in JS of https://adventofcode.com/ challenge, don't hesitate to take a look if your are stuck
https://github.com/slashgear/advent-of-code
advent-of-code
Last synced: about 5 hours ago
JSON representation
Personal implementation in JS of https://adventofcode.com/ challenge, don't hesitate to take a look if your are stuck
- Host: GitHub
- URL: https://github.com/slashgear/advent-of-code
- Owner: Slashgear
- License: mit
- Created: 2020-12-01T21:02:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T19:11:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:59:40.599Z (7 months ago)
- Topics: advent-of-code
- Language: JavaScript
- Homepage: https://adventofcode.com/
- Size: 613 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# advent-of-code by [Slashgear](https://github.com/Slashgear)
In this repository you can find all the [advent-of-code](https://adventofcode.com/) challenges that I passed.
All solutions are in JS only (You can run them with Node).
Feel free to look at my solutions for inspiration.Solutions are sorted by year and by day in the packages folder.
```
packages/
2019/
day-1/
..
day-2/
..
2020/
day-1/
..
day-2/
..
day-3/
..
..
```