We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ef344 commit 6623599Copy full SHA for 6623599
README.md
@@ -3,7 +3,6 @@
3
## An implementation of the A* Search Algorithm in JavaScript
4
5
See a demo at http://www.briangrinstead.com/files/astar/
6
-[](https://travis-ci.org/bgrins/javascript-astar)
7
8
## Sample Usage
9
@@ -48,6 +47,8 @@ Binary Heap taken from http://eloquentjavascript.net/appendix2.html (license: ht
48
47
49
## Running the test suite
50
+[](https://travis-ci.org/bgrins/javascript-astar)
51
+
52
If you don't have grunt installed, follow the [grunt getting started guide](http://gruntjs.com/getting-started) first.
53
54
Pull down the project, then run:
0 commit comments