This website requires JavaScript.
Explore
Help
Sign in
burnus
/
advent_of_code
Watch
1
Star
0
Fork
You've already forked advent_of_code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
161
commits
1
branch
0
tags
6.6
MiB
main
Commit graph
3 commits
Author
SHA1
Message
Date
Burnus
8a8085b8b5
Improved Logic for 2021 day 24 (apply bounds to individual digits instead of looping through integers until we find a suitable one)
2023-05-12 16:06:19 +02:00
Burnus
68c74b45b0
Fixed Logic for 2021 day 24 (Used to find min/max Serial Number based on the least significant digits instead of most; this did produce the right answers, but that was probably a coincidence)
2023-05-12 12:44:16 +02:00
Burnus
4571a92337
Added Solution for 2021 day 24
2023-05-10 20:21:41 +02:00