Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruvmanila/advent-of-code
Solutions to the Advent of Code puzzles in various languages
https://github.com/dhruvmanila/advent-of-code
advent-of-code c go puzzles python
Last synced: 14 days ago
JSON representation
Solutions to the Advent of Code puzzles in various languages
- Host: GitHub
- URL: https://github.com/dhruvmanila/advent-of-code
- Owner: dhruvmanila
- License: mit
- Created: 2020-08-30T03:56:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T03:41:58.000Z (24 days ago)
- Last Synced: 2024-12-03T04:26:08.603Z (24 days ago)
- Topics: advent-of-code, c, go, puzzles, python
- Language: Go
- Homepage: https://adventofcode.com
- Size: 1.29 MB
- 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
Solutions to the Advent of Code puzzles. The project is divided into the
languages used to solve the puzzle with each language subdivided into yearwise
solutions. Instructions specific to each language is present in the README of
the language directory.## Language
- [C](./c) - [2015](./c/year2015)
- [Go](./go) - [2016](./go/year2016) | [2020](./go/year2020) | [2021](./go/year2021) | [2022](./go/year2022)
- [Python](./python) - [2016](./python/year2016) | [2018](./python/year2018) | [2019](./python/year2019) | [2022](./python/year2022)
- [Rust](./rust) - [2023](./rust/crates/year2023) | [2024](./rust/crates/year2024)## License
These solutions are licensed under the MIT License.
See [LICENSE](./LICENSE) for details.