manrajgrover / algorithms-js

Consumable Data Structures and Algorithms library in JavaScript
MIT License
198 stars 129 forks source link

Dijkstra's shortest path first algorithm #84

Closed vmaggioli closed 5 years ago

vmaggioli commented 5 years ago

Description of new feature, or changes

Adds Dijkstra's algorithm for finding shortest path

Checklist

Related Issues and Discussions

Issue #9

People to notify

@manrajgrover

vmaggioli commented 5 years ago

Force pushed to update branch with master

vmaggioli commented 5 years ago

Removed package.json changes due to only being for development

vmaggioli commented 5 years ago

Closing due to sloppiness, opening a new one