Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guccio163/adventofcode2023
Advent of Code 2023 edition solutions
https://github.com/guccio163/adventofcode2023
advent-of-code-2023
Last synced: 15 days ago
JSON representation
Advent of Code 2023 edition solutions
- Host: GitHub
- URL: https://github.com/guccio163/adventofcode2023
- Owner: Guccio163
- Created: 2023-12-03T22:08:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-03T14:26:04.000Z (11 months ago)
- Last Synced: 2024-11-06T13:56:52.520Z (2 months ago)
- Topics: advent-of-code-2023
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode2023
Advent of Code 2023 edition solutions
All the solutions are done by me, without the help of chat etc. ;)Every task could be discribed by a title:
- day 1: nice, there's a function .isdigit()
- day 2: a lot of stripping (and splitting)
- day 3: done after a little bit of mind-flexing
- day 4: multiplier saves a lot of appending
- day 5: * - 15 minutes, ** - 4h, but well deserved win
- day 6: just multiply everything!
- day 7: jokers make a lot of new scenarios
- day 8: get LCM and submit
- day 9: aaaa, array.reverse() reverses in place
- day 10: At Code's End - Up is Down*
- day 11: just remember there are extra lines
- day 12: what is a @cache ??
- day 13: nothing better than simple solution
- day 14: well, we've been in this state before...
- day 15: when understanding what to do is harder than doing itself
- day 16: recursion depth level exceeded :O
- / sadly failed to finish rest of the days due to amount of work and exams /
(*) Pirates of the Carribean reference; when navigating through a matrix (or an array of string) it's important to remember that going down is actually picking higher row number