From 2c9b35120296224846a9721391444989720d3b75 Mon Sep 17 00:00:00 2001 From: "NullDev (Shadow)" Date: Mon, 16 Dec 2024 06:41:07 +0100 Subject: [PATCH] add day 16 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4398bc8..7495a09 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ I also tried to experiment with a couple of different things: - Recursive memoized _almost_ One-Liner in [Day_11/part_1.js](https://github.com/NullDev/Advent-of-Code/blob/master/2024/Day_11/part_1.js) and [Day_11/part_2.js](https://github.com/NullDev/Advent-of-Code/blob/master/2024/Day_11/part_2.js) - One-Liner in both [Day_13/part_1.js](https://github.com/NullDev/Advent-of-Code/blob/master/2024/Day_13/part_1.js) and [Day_13/part_2.js](https://github.com/NullDev/Advent-of-Code/blob/master/2024/Day_13/part_2.js) - One-Liner in [Day_14/part_1.js](https://github.com/NullDev/Advent-of-Code/blob/master/2024/Day_14/part_1.js) +- Sloppy, hacky, small, quick & dirty dijkstra in [Day_16/part_1.js](https://github.com/NullDev/Advent-of-Code/blob/master/2024/Day_16/part_1.js)