Dijkstra thing is working on a sample map.
This commit is contained in:
parent
c6d298023a
commit
4f863c2635
3 changed files with 29 additions and 22 deletions
|
@ -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
|
||||
}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue