dijkstras-algorithm-ts
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "dijkstras-algorithm-ts", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "christopher.pkm@gmail.com", | ||
"description": "implementation of the greedy first search djikstra's algorithm", | ||
"description": "typescript implementation of the greedy first search djikstra's algorithm, compatible with javascript projects too of course", | ||
"license": "MIT", | ||
@@ -7,0 +7,0 @@ "keywords": [ |
21241