dijkstras-algorithm-ts
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "dijkstras-algorithm-ts", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "christopher.pkm@gmail.com", | ||
@@ -5,0 +5,0 @@ "description": "typescript implementation of the greedy first search djikstra's shortest path algorithm, compatible with javascript projects too of course", |
@@ -20,7 +20,7 @@  | ||
- npm i | ||
- npx run start | ||
- npm run start | ||
## running tests | ||
- npx run test | ||
- npm run test | ||
@@ -27,0 +27,0 @@ ## graphs tested with usage code examples |