Skip to content

Shortest path algorithm in Dart, CPS'ed, defunctionalized and made cool!

License

Notifications You must be signed in to change notification settings

zerny/shortest-path

 
 

Repository files navigation

A tool to visualize two algorithms for finding the shortest path in a graph.

The visualization tool illustrates finding the shortest path in a graph in two ways: a brute-force algorithm that enumerates all possible paths and Dijkstra's shortest-path algorithm.

Visualizer

See the visualizer at https://zerny.github.io/shortest-path/index.html

About

Shortest path algorithm in Dart, CPS'ed, defunctionalized and made cool!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 74.1%
  • HTML 16.6%
  • CSS 7.0%
  • Makefile 2.3%