Skip to content

Commit

Permalink
Added Trace finder in README
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Jun 5, 2014
1 parent 845b185 commit ce64e12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var matrix = [
var grid = new PF.Grid(5, 3, matrix);
```

Currently there are 10 path-finders bundled in this library, namely:
Currently there are 11 path-finders bundled in this library, namely:

* `AStarFinder` *
* `BreadthFirstFinder` *
Expand All @@ -84,6 +84,7 @@ Currently there are 10 path-finders bundled in this library, namely:
* `BiBreadthFirstFinder` *
* `JumpPointFinder` *
* `OrthogonalJumpPointFinder` *
* `Trace` *

The suffix `Bi` for the last four finders in the above list stands for the bi-directional searching strategy.

Expand Down

0 comments on commit ce64e12

Please sign in to comment.