diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-10 18:15:14 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-10 18:15:14 +0100 |
| commit | b52eef5b9399ab3888fcfe1bc9ca23c7a9f7b026 (patch) | |
| tree | df3c5525c55e5d21ce07b9bab2359468cd9827a3 /2025/README.md | |
| parent | 4dc2097b38697614dba7a58bf2ec53e1e54e52fe (diff) | |
| download | aoc-b52eef5b9399ab3888fcfe1bc9ca23c7a9f7b026.tar.gz aoc-b52eef5b9399ab3888fcfe1bc9ca23c7a9f7b026.zip | |
Day 10 2025
Diffstat (limited to '2025/README.md')
| -rw-r--r-- | 2025/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2025/README.md b/2025/README.md index d75a4d3..dc87240 100644 --- a/2025/README.md +++ b/2025/README.md | |||
| @@ -11,6 +11,7 @@ Example | |||
| 11 | 11 | ||
| 12 | ``` | 12 | ``` |
| 13 | Day -Part 1- -Part 2- | 13 | Day -Part 1- -Part 2- |
| 14 | 10 00:27:43 11:51:51 | ||
| 14 | 9 00:05:05 02:11:41 | 15 | 9 00:05:05 02:11:41 |
| 15 | 8 00:29:14 00:33:02 | 16 | 8 00:29:14 00:33:02 |
| 16 | 7 00:05:27 00:20:40 | 17 | 7 00:05:27 00:20:40 |
| @@ -173,3 +174,8 @@ For example with this input: | |||
| 173 | The first version of my program return 4851 instead of 202. I added a | 174 | The first version of my program return 4851 instead of 202. I added a |
| 174 | check for this case in `b-fixed.py`, hopefully it works in 100% of the | 175 | check for this case in `b-fixed.py`, hopefully it works in 100% of the |
| 175 | cases now. | 176 | cases now. |
| 177 | |||
| 178 | ### Day 10: Factory | ||
| 179 | |||
| 180 | Phew, this was a hard one! | ||
| 181 | (More details coming soon, for now read the code and the comments) | ||
