Skip to content

Commit b514af1

Browse files
dijksta algorithm is buggy
1 parent ccb29d6 commit b514af1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ghost.js

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ class Ghost {
168168
moves: [],
169169
},
170170
];
171+
console.log("");
171172

172173
while (queue.length > 0) {
173174
let poped = queue.shift();

0 commit comments

Comments
 (0)