Skip to content

Dijkstra's algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later. The algorithm was recreated using Javascript.

Notifications You must be signed in to change notification settings

BrendonHenrique/Dijkstra-Algorithm-NODEJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Dijkstra-Algorithm-NODEJS

This repository was created to data sctructure and algorithms II class at Federal University of Pelotas. Language used : Javascript ( Nodejs )

About

Dijkstra's algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later. The algorithm was recreated using Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published