You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: day-04-repose-record/README.md
+8
Original file line number
Diff line number
Diff line change
@@ -55,5 +55,13 @@ While this example listed the entries in chronological order, your entries are i
55
55
56
56
**What is the ID of the guard you chose multiplied by the minute you chose?** (In the above example, the answer would be `10 * 24 = 240`.)
57
57
58
+
## Part Two
59
+
60
+
**Strategy 2**: Of all guards, which guard is most frequently asleep on the same minute?
61
+
62
+
In the example above, Guard #**99** spent minute **45** asleep more than any other guard or minute - three times in total. (In all other cases, any guard spent any minute asleep at most twice.)
63
+
64
+
**What is the ID of the guard you chose multiplied by the minute you chose?** (In the above example, the answer would be `99 * 45 = 4455`.)
0 commit comments