@@ -16,19 +16,20 @@ Collect stars by solving puzzles. Two puzzles will be made available on each day
1616
1717## Days
1818
19- | Day | #1 | #1 Answer | #2 | #2 Answer |
20- | ------------------------------------------------------------------------------------------------------------------ | --- | ------------: | --- | --------------: |
21- | [ Day 1: Secret Entrance] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day01/main.go ) | 🌟 | 997 | 🌟 | 5978 |
22- | [ Day 2: Gift Shop] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day02/main.go ) | 🌟 | 9188031749 | 🌟 | 11323661261 |
23- | [ Day 3: Lobby] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day03/main.go ) | 🌟 | 16993 | 🌟 | 168617068915447 |
24- | [ Day 4: Printing Department] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day04/main.go ) | 🌟 | 1320 | 🌟 | 8354 |
25- | [ Day 5: Cafeteria] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day05/main.go ) | 🌟 | 885 | 🌟 | 348115621205535 |
26- | [ Day 6: Trash Compactor] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day06/main.go ) | 🌟 | 6209956042374 | 🌟 | 12608160008022 |
27- | [ Day 7: Laboratories] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day07/main.go ) | 🌟 | 1711 | 🌟 | 36706966158365 |
28- | [ Day 8: Playground] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day08/main.go ) | 🌟 | 69192 | 🌟 | 7264308110 |
29- | [ Day 9: Movie Theater] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day09/main.go ) | 🌟 | 4772103936 | 🌟 | 1529675217 |
30- | [ Day 10: Factory] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day10/main.go ) | 🌟 | 455 | | |
31- | [ Day 11: Reactor] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day11/main.go ) | 🌟 | 431 | 🌟 | 358458157650450 |
19+ | Day | #1 | #1 Answer | #2 | #2 Answer |
20+ | ------------------------------------------------------------------------------------------------------------------- | --- | ------------: | --- | --------------: |
21+ | [ Day 1: Secret Entrance] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day01/main.go ) | 🌟 | 997 | 🌟 | 5978 |
22+ | [ Day 2: Gift Shop] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day02/main.go ) | 🌟 | 9188031749 | 🌟 | 11323661261 |
23+ | [ Day 3: Lobby] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day03/main.go ) | 🌟 | 16993 | 🌟 | 168617068915447 |
24+ | [ Day 4: Printing Department] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day04/main.go ) | 🌟 | 1320 | 🌟 | 8354 |
25+ | [ Day 5: Cafeteria] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day05/main.go ) | 🌟 | 885 | 🌟 | 348115621205535 |
26+ | [ Day 6: Trash Compactor] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day06/main.go ) | 🌟 | 6209956042374 | 🌟 | 12608160008022 |
27+ | [ Day 7: Laboratories] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day07/main.go ) | 🌟 | 1711 | 🌟 | 36706966158365 |
28+ | [ Day 8: Playground] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day08/main.go ) | 🌟 | 69192 | 🌟 | 7264308110 |
29+ | [ Day 9: Movie Theater] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day09/main.go ) | 🌟 | 4772103936 | 🌟 | 1529675217 |
30+ | [ Day 10: Factory] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day10/main.go ) | 🌟 | 455 | | |
31+ | [ Day 11: Reactor] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day11/main.go ) | 🌟 | 431 | 🌟 | 358458157650450 |
32+ | [ Day 12: Christmas Tree Farm] ( https://github.com/believer/advent-of-code/blob/master/go/2025/puzzles/day12/main.go ) | 🌟 | 422 | | |
3233
3334## Benchmarks
3435
@@ -47,6 +48,7 @@ Using Go's built-in benchmarking with the [testing](https://pkg.go.dev/testing#h
4748| 9 | 593637 | 375621306 | - / ` 90,43% ` |
4849| 10 | 256756802 | - | |
4950| 11 | 106015 | 311170 | |
51+ | 12 | 274895 | - | |
5052
5153All values are ns/op. \* compared to first solution.
5254
0 commit comments