diff options
| author | Andreas Grois <andi@grois.info> | 2023-12-11 20:34:30 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2023-12-11 20:34:30 +0100 |
| commit | 83e666ee9960275a98e6d2d44c5b4845b6b46c87 (patch) | |
| tree | 17abcb4d9e30fcd58625533c315d0263d7e71a2f /Day10.lean | |
| parent | 1ebf51d73981f521c70e5e30fd1bf19977cfb306 (diff) | |
Incomplete Heap implementation.
Diffstat (limited to 'Day10.lean')
| -rw-r--r-- | Day10.lean | 3 |
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. |
