Dijkstra thing is working on a sample map.

This commit is contained in:
Zed A. Shaw 2024-09-26 17:56:40 -04:00
parent c6d298023a
commit 4f863c2635
3 changed files with 29 additions and 22 deletions

View file

@ -34,8 +34,8 @@
"expected": [
[1, 1, 1, 0],
[1, 0, 1, 1],
[1, 0, 0, 2],
[1, 1, 0, 3]
[1, 0, 16, 2],
[1, 1, 16, 3]
],
"limit": 0
}]