File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -90,17 +90,17 @@ Currently there are 10 path-finders bundled in this library, namely:
9090
9191* ` AStarFinder ` *
9292* ` BestFirstFinder `
93- * ` BiAStarFinder `
94- * ` BiBestFirstFinder `
95- * ` BiBreadthFirstFinder ` *
96- * ` BiDijkstraFinder ` *
9793* ` BreadthFirstFinder ` *
9894* ` DijkstraFinder ` *
9995* ` IDAStarFinder.js ` *
10096* ` JumpPointFinder ` *
10197* ` OrthogonalJumpPointFinder ` *
98+ * ` BiAStarFinder `
99+ * ` BiBestFirstFinder `
100+ * ` BiBreadthFirstFinder ` *
101+ * ` BiDijkstraFinder ` *
102102
103- The suffix ` Bi ` for the last four finders in the above list stands for the bi-directional searching strategy.
103+ The prefix ` Bi ` for the last four finders in the above list stands for the bi-directional searching strategy.
104104
105105Also, Note that only the finders with trailing asterisks are guaranteed to find the shortest path.
106106
You can’t perform that action at this time.
0 commit comments