Skip to content

Commit bcb36b5

Browse files
author
Jeremy Hert
committed
Update README, reorder finder list to match docs
1 parent 3e92122 commit bcb36b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

105105
Also, Note that only the finders with trailing asterisks are guaranteed to find the shortest path.
106106

0 commit comments

Comments
 (0)