Bookmarks
Concepts
Activity
Courses
Learning Plans
Courses
Request
Log In
Sign up
New Course
Concept
Floyd-Warshall Algorithm
The
Floyd-Warshall Algorithm
is a
dynamic programming technique
used to find the
shortest paths
between
all pairs of vertices
in a
weighted graph
, accommodating both
positive and negative edge weights
, but not
negative cycles
. It operates with a
time complexity
of O(n^3), making it suitable for
dense graphs
with a relatively
small number of vertices
.
Relevant Degrees
Mathematical Programming 100%
Generate Assignment Link
Lessons
Concepts
Suggested Topics
Foundational Courses
Learning Plan
Log in to see lessons
Log In
Sign up
3