This commit is contained in:
Ian Gulliver
2019-07-07 21:36:39 +00:00
parent f6dba7bfa7
commit 9d84177b78

View File

@@ -32,7 +32,7 @@ class LayoutLink {
bfs() {
// TODO: give more thought to birdirectional search
// TODO: give more thought to minheap instead of queue
// TODO: don't intersect other lines at the same angle
// TODO: make diagonals cost more
// TODO: remove getDirect() once bidirectional + minheap are done
let cheapestCostByPos = new StringMap();