summaryrefslogtreecommitdiff
path: root/Day10.lean
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2023-12-11 20:34:30 +0100
committerAndreas Grois <andi@grois.info>2023-12-11 20:34:30 +0100
commit83e666ee9960275a98e6d2d44c5b4845b6b46c87 (patch)
tree17abcb4d9e30fcd58625533c315d0263d7e71a2f /Day10.lean
parent1ebf51d73981f521c70e5e30fd1bf19977cfb306 (diff)
Incomplete Heap implementation.
Diffstat (limited to 'Day10.lean')
-rw-r--r--Day10.lean3
1 files changed, 3 insertions, 0 deletions
diff --git a/Day10.lean b/Day10.lean
new file mode 100644
index 0000000..c3508a2
--- /dev/null
+++ b/Day10.lean
@@ -0,0 +1,3 @@
+namespace Day10
+
+-- I'm going to go with a Dijkstra graph search here.