Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resurtm/advent-of-code-2023
https://adventofcode.com/2023/
https://github.com/resurtm/advent-of-code-2023
advent-of-code advent-of-code-2023 adventofcode aoc aoc-2023-in-kotlin aoc2023 aoc2023-in-kotlin
Last synced: 27 days ago
JSON representation
https://adventofcode.com/2023/
- Host: GitHub
- URL: https://github.com/resurtm/advent-of-code-2023
- Owner: resurtm
- License: mit
- Created: 2023-12-01T13:45:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T18:44:03.000Z (about 1 year ago)
- Last Synced: 2024-04-14T23:04:29.120Z (10 months ago)
- Topics: advent-of-code, advent-of-code-2023, adventofcode, aoc, aoc-2023-in-kotlin, aoc2023, aoc2023-in-kotlin
- Language: Kotlin
- Homepage: https://adventofcode.com/2023/
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Advent of Code 2023 – Solutions
## Notes
### Day 05
The step 2 is a bruteforce stupid solution.
Had to wait for around ~5–7 minutes to have the answer.
Launched it on:```
openjdk version "21" 2023-09-19 LTS
OpenJDK Runtime Environment Temurin-21+35 (build 21+35-LTS)
OpenJDK 64-Bit Server VM Temurin-21+35 (build 21+35-LTS, mixed mode, sharing)
``````
OS: EndeavourOS Linux x86_64
Host: 20UES00H00 ThinkPad T14 Gen 1
Kernel: 6.6.7-arch1-1
DE: GNOME 45.2
CPU: AMD Ryzen 5 PRO 4650U with Radeon Graphics (12) @ 2.100GHz
GPU: AMD ATI Radeon RX Vega 6
Memory: 11889MiB / 31316MiB
```### Day 21
Used [this approach from Reddit](https://www.reddit.com/r/adventofcode/comments/18nevo3/comment/keaiiq7/).
The code implementation is mine, but the idea has been taken from that thread on Reddit.### Day 24
The following comments from Reddit were helpful for me:
* [Comment 1](https://www.reddit.com/r/adventofcode/comments/18pnycy/comment/keqf8uq/)
* [Comment 2](https://www.reddit.com/r/adventofcode/comments/18pnycy/comment/kesv56w/)The general idea is not mine. However, implementation is mine.
## License
[MIT License](LICENSE.md)