mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
fixed some spellings
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* Author: Samarth Jain
|
||||
* Dijkstra's Algorithm implementation in JavaScript
|
||||
* Dijkstra's Algorithm calculates the minimum distance between two nodes.
|
||||
* It is used to find the shortes path.
|
||||
* It is used to find the shortest path.
|
||||
* It uses graph data structure.
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user