Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astropilot/adventofcode
My solutions for the Advent Of Code
https://github.com/astropilot/adventofcode
advent-of-code advent-of-code-2023 code-golf python
Last synced: about 13 hours ago
JSON representation
My solutions for the Advent Of Code
- Host: GitHub
- URL: https://github.com/astropilot/adventofcode
- Owner: Astropilot
- License: mit
- Created: 2023-12-01T08:19:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-20T23:47:22.000Z (11 months ago)
- Last Synced: 2023-12-21T01:50:21.451Z (11 months ago)
- Topics: advent-of-code, advent-of-code-2023, code-golf, python
- Language: Python
- Homepage: https://adventofcode.com/
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent Of Code
This repository contains my solutions for the [advent of code](https://adventofcode.com/).
The solutions are posted the same day, but at the end of the day so as not to influence the leaderboard.
## 2023
| Day | Part 1 | Part 2 | Link |
| :-: | :----: | :----: | :--------------------------------------------------------------------------: |
| 1 | ⭐ | ⭐ | [🔗](./2023/day1) |
| 2 | ⭐ | ⭐ | [🔗](./2023/day2) |
| 3 | ⭐ | ⭐ | [🔗](./2023/day3) |
| 4 | ⭐ | ⭐ | [🔗](./2023/day4) |
| 5 | ⭐ | ⭐ | [🔗](./2023/day5) |
| 6 | ⭐ | ⭐ | [🔗](./2023/day6) |
| 7 | ⭐ | ⭐ | [🔗](./2023/day7) |
| 8 | ⭐ | ⭐ | [🔗](./2023/day8) |
| 9 | ⭐ | ⭐ | [🔗](./2023/day9) |
| 10 | ⌛ | ⌛ | ⌛ |