diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-03 13:24:27 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-03 13:24:27 +0100 |
| commit | 31c9f59a5f8946e8d90f2aad96e065ab4b496b67 (patch) | |
| tree | 5eb94cd15ced3f3dcf05f9e11580fab5898a3699 /2024 | |
| parent | 2329b38f531bc93de6e682e1af9e995072c6175c (diff) | |
| download | aoc-31c9f59a5f8946e8d90f2aad96e065ab4b496b67.tar.gz aoc-31c9f59a5f8946e8d90f2aad96e065ab4b496b67.zip | |
Add comments and personal times to READMEs
Diffstat (limited to '2024')
| -rw-r--r-- | 2024/README.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/2024/README.md b/2024/README.md index 4f2580b..a451993 100644 --- a/2024/README.md +++ b/2024/README.md | |||
| @@ -39,3 +39,40 @@ terminate the input. | |||
| 39 | 39 | ||
| 40 | For second part you can edit the file `dayNNb.cpp` and run `make btest` | 40 | For second part you can edit the file `dayNNb.cpp` and run `make btest` |
| 41 | and `make brun`. | 41 | and `make brun`. |
| 42 | |||
| 43 | ## Personal times | ||
| 44 | |||
| 45 | Note: New problems come out at 6am in my time zone. This year I often | ||
| 46 | (but not always) woke up a little earlier than 6am to start working on the | ||
| 47 | problem as soon as possible. Times longer than 3-4 hours mean that I could | ||
| 48 | not finish it before work, and I had to come back to it in the evening. | ||
| 49 | |||
| 50 | ``` | ||
| 51 | --------Part 1-------- --------Part 2-------- | ||
| 52 | Day Time Rank Score Time Rank Score | ||
| 53 | 25 00:54:10 4422 0 00:54:16 3269 0 | ||
| 54 | 24 11:44:35 15839 0 18:35:30 8732 0 | ||
| 55 | 23 00:18:38 2083 0 01:53:35 4086 0 | ||
| 56 | 22 01:04:02 4637 0 02:51:45 4681 0 | ||
| 57 | 21 02:19:57 1984 0 02:53:08 1143 0 | ||
| 58 | 20 00:41:17 2132 0 01:07:13 1603 0 | ||
| 59 | 19 00:24:23 3105 0 00:31:20 2456 0 | ||
| 60 | 18 00:30:40 3511 0 00:34:02 2739 0 | ||
| 61 | 17 00:29:54 2025 0 02:36:06 2128 0 | ||
| 62 | 16 00:56:46 3612 0 03:34:41 5061 0 | ||
| 63 | 15 02:08:45 7410 0 03:05:07 4474 0 | ||
| 64 | 14 00:23:18 2528 0 02:35:21 6607 0 | ||
| 65 | 13 00:22:24 2299 0 00:39:37 1593 0 | ||
| 66 | 12 00:27:28 3133 0 06:45:37 10514 0 | ||
| 67 | 11 00:46:47 9102 0 01:03:57 5013 0 | ||
| 68 | 10 00:12:16 1480 0 00:14:06 1130 0 | ||
| 69 | 9 00:14:06 962 0 00:34:43 888 0 | ||
| 70 | 8 01:30:36 9024 0 01:48:47 8635 0 | ||
| 71 | 7 01:43:27 10720 0 01:51:28 9649 0 | ||
| 72 | 6 00:51:16 9051 0 01:20:33 5290 0 | ||
| 73 | 5 01:20:49 12872 0 02:03:28 12064 0 | ||
| 74 | 4 01:55:28 15951 0 02:07:56 13646 0 | ||
| 75 | 3 01:37:48 19772 0 01:58:16 16711 0 | ||
| 76 | 2 00:32:58 10110 0 00:48:07 7148 0 | ||
| 77 | 1 03:23:24 19153 0 03:28:40 17929 0 | ||
| 78 | ``` | ||
