Skip to content

brucefeng10/Shortest-path-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Shortest-path-problem

This is a script to solve the general shortest path problem based on Floyd–Warshall algorithm. Input the Adjacency Matrix, and you'll get the shortest path and the shortest path distance.

I'll supplement other algorithms of solving this problem, like Dijkstra's algorithm and Bellman–Ford algorithm, sometime. Anyone who are interested can contribute to this work.

About

Shortest path problem最短路径问题

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages