From 9d84177b78f0b845c924f34559b2cc76a3ca02ae Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 7 Jul 2019 21:36:39 +0000 Subject: [PATCH] Fix todo --- LayoutLink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LayoutLink.js b/LayoutLink.js index b2d16b9..7c8d4c9 100644 --- a/LayoutLink.js +++ b/LayoutLink.js @@ -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();