Skip to content

Releases: j50n/deno-dijkstras-algorithm

1.0.6

25 Jan 05:02
Compare
Choose a tag to compare

Edits to the README.md. No code changes.

1.0.5

25 Jan 04:15
Compare
Choose a tag to compare

Edit to documentation.

1.0.4

25 Jan 04:08
Compare
Choose a tag to compare

Dependency updates.

1.0.3

29 Dec 04:17
Compare
Choose a tag to compare

Cleaned and improved checking of inputs.

1.0.2

28 Dec 17:26
Compare
Choose a tag to compare

Inner loop (micro)optimization.

1.0.1

28 Dec 16:24
Compare
Choose a tag to compare

This release just contains some updates to the documentation.

1.0.0

27 Dec 20:38
Compare
Choose a tag to compare

Cleaned up method name and corrected readme example.

0.1.0

27 Dec 20:06
Compare
Choose a tag to compare

Support adding new nodes to an existing graph. Fixed an infinite loop bug.

0.0.1

27 Dec 03:51
Compare
Choose a tag to compare

Cleaned up a few items on the public interface of the solver.

0.0.0

27 Dec 03:00
Compare
Choose a tag to compare

Initial release. This code has been pulled from another project, so it is working and stable.