Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
/ path-finder Public archive

A simple Dijkstra's web path finder

License

Notifications You must be signed in to change notification settings

artem-bondar/path-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path finder

A simple Dijkstra's web path finder made as a coursework on 3rd year of CMC MSU studying (see coursework.pdf and coursework.tex for sources).

Just choose two vertices and the shortest path between them will be shown.

  • orange color is for shortest path by length
  • green color is for shortest time by time (measuring given node weights)

Node weights can be displayed by switcher, in this format: length/speed on node.

map