Releases: j50n/deno-dijkstras-algorithm
Releases · j50n/deno-dijkstras-algorithm
1.0.6
Edits to the README.md. No code changes.
1.0.3
Cleaned and improved checking of inputs.
1.0.2
Inner loop (micro)optimization.
1.0.1
This release just contains some updates to the documentation.
1.0.0
Cleaned up method name and corrected readme example.
0.1.0
Support adding new nodes to an existing graph. Fixed an infinite loop bug.
0.0.1
Cleaned up a few items on the public interface of the solver.
0.0.0
Initial release. This code has been pulled from another project, so it is working and stable.