Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realstr1ke/aoc
Welcome to my Advent of Code solutions repo!
https://github.com/realstr1ke/aoc
advent-of-code advent-of-code-2022 advent-of-code-2023 aoc aoc-2023 javascript nodejs
Last synced: about 2 months ago
JSON representation
Welcome to my Advent of Code solutions repo!
- Host: GitHub
- URL: https://github.com/realstr1ke/aoc
- Owner: RealStr1ke
- License: mit
- Created: 2022-11-27T04:00:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T03:58:50.000Z (about 1 year ago)
- Last Synced: 2024-10-11T03:21:52.469Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2023, aoc, aoc-2023, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
![Advent of Code Banner](assets/images/aoc-banner.jpeg)
Hi! This is my repository for my solutions to [Advent of Code](https://adventofcode.com/) challenges.
## Usage
You can find my solutions in the [`events`](events) folder. Each yearly event has its own folder, and each day has its own folder within that. Each day folder contains the input I was given for the challenge and the program I made to calculate my solution (could be any language I choose). I'll also include a `README.md` file in each day folder that explains the challenge (with a link) and my solution whenever I get around to it.
**Note:** If you see any gaps in the days, it's either because I haven't gotten around to solving it correctly, or I'm still rewriting it for readability.
## Contributing
I'll most likely not be accepting pull requests to my solution code other than cleanup or optimization (maybe), but you may contribute to the repository by editing the `README.md` files. If you see a typo, something that could be worded better, or just innacuracies with the explanations, feel free to open a pull request with your changes. I'll review it and merge it if I like it. If you have a suggestion for a different solution to a challenge, you may open an issue and I'll take a look at it, but I won't be making new solution files, I'll probably just be explaning other routes to the solution in the `README.md` file.
## License
This project is licensed under the terms of the [MIT License](https://opensource.org/licenses/MIT).
---