@@ -25,6 +25,7 @@ Table of Contents
25
25
* [ Day 2] ( #day-2 )
26
26
* [ Day 3] ( #day-3 ) * (no reflection yet)*
27
27
* [ Day 4] ( #day-4 ) * (no reflection yet)*
28
+ * [ Day 5] ( #day-5 ) * (no reflection yet)*
28
29
* [ Day 6] ( #day-6 ) * (no reflection yet)*
29
30
* [ Day 7] ( #day-7 ) * (no reflection yet)*
30
31
* [ Day 8] ( #day-8 ) * (no reflection yet)*
@@ -389,6 +390,50 @@ variance introduced by outliers: 59% (severely inflated)
389
390
390
391
391
392
393
+ Day 5
394
+ ------
395
+
396
+ <!--
397
+ This section is generated and compiled by the build script at ./Build.hs from
398
+ the file `./reflections/day05.md`. If you want to edit this, edit
399
+ that file instead!
400
+ -->
401
+
402
+ * [ Prompt] [ d05p ] * / * [ Code] [ d05g ] * / * [ Rendered] [ d05h ] * / * [ Standalone Reflection Page] [ d05r ] *
403
+
404
+ [ d05p ] : https://adventofcode.com/2021/day/5
405
+ [ d05g ] : https://github.com/mstksg/advent-of-code-2021/blob/master/src/AOC/Challenge/Day05.hs
406
+ [ d05h ] : https://mstksg.github.io/advent-of-code-2021/src/AOC.Challenge.Day05.html
407
+ [ d05r ] : https://github.com/mstksg/advent-of-code-2021/blob/master/reflections-out/day05.md
408
+
409
+ * Reflection not yet written -- please check back later!*
410
+
411
+ ### Day 5 Benchmarks
412
+
413
+ ```
414
+ >> Day 05a
415
+ benchmarking...
416
+ time 5.318 ms (5.256 ms .. 5.390 ms)
417
+ 0.998 RΒ² (0.997 RΒ² .. 0.999 RΒ²)
418
+ mean 5.236 ms (5.194 ms .. 5.298 ms)
419
+ std dev 149.2 ΞΌs (117.1 ΞΌs .. 207.5 ΞΌs)
420
+ variance introduced by outliers: 12% (moderately inflated)
421
+
422
+ * parsing and formatting times excluded
423
+
424
+ >> Day 05b
425
+ benchmarking...
426
+ time 11.37 ms (11.19 ms .. 11.58 ms)
427
+ 0.997 RΒ² (0.995 RΒ² .. 0.999 RΒ²)
428
+ mean 11.48 ms (11.36 ms .. 11.73 ms)
429
+ std dev 417.9 ΞΌs (285.5 ΞΌs .. 608.1 ΞΌs)
430
+ variance introduced by outliers: 13% (moderately inflated)
431
+
432
+ * parsing and formatting times excluded
433
+ ```
434
+
435
+
436
+
392
437
Day 6
393
438
------
394
439
0 commit comments