Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelfromyeg/aoc23
Advent of Code 2023. Do I finish it this year?!
https://github.com/michaelfromyeg/aoc23
advent-of-code advent-of-code-2023 aoc aoc23
Last synced: 7 days ago
JSON representation
Advent of Code 2023. Do I finish it this year?!
- Host: GitHub
- URL: https://github.com/michaelfromyeg/aoc23
- Owner: michaelfromyeg
- License: mit
- Created: 2023-12-01T06:26:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T19:32:34.000Z (about 1 year ago)
- Last Synced: 2024-12-15T15:52:53.901Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2023, aoc, aoc23
- Language: Python
- Homepage:
- Size: 161 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
2023 edition.
Run a day with `python -m dayX.dayX`.
It's recommended to use Python 3.12.
## TO-DOs
Days I have to come back to...
- [ ] Day 5, part 2
- (The brute force is far too slow; I need to write code to 'shift' whole ranges)
- [ ] Day 9, part 2
- I'm close, but I just need to work out the indexing and correct 'transpose' to compute the grid in the other direction
- [ ] Day 10, part 2
- [x] Day 11
- [ ] Day 12, part 2
- My brute force version for part 1 won't fly; there's probably some fancy combination math that will work, _or_ DP (which I'm not far from, I think)
- [ ] Day 13, part 2
- All I have down is the brute force version (i.e., smudging every mirror)
- [ ] Day 14, part 2
- Just need to add the cycle detection bit for patterns; not too hard
- [x] Day 15
- [x] Day 16
- [ ] Day 17
- [ ] Day 18
- [ ] Day 19
- [ ] Day 20
- [ ] Day 21
- [ ] Day 22
- [ ] Day 23
- [ ] Day 24
- [ ] Day 25