Skip to content

Commit 7b83680

Browse files
Update multistage-graph.md
1 parent 7d3a8e7 commit 7b83680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa/Algorithms/multistage-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ The shortest path cost is 17.
222222

223223
## Conclusion
224224

225-
The Multistage Graph Algorithm efficiently finds the shortest path in a graph divided into stages. It operates in O(V^2) time complexity, making it suitable for graphs with a structured stage-based layout. Understanding and implementing this algorithm is essential for solving complex optimization problems in various applications.
225+
The Multistage Graph Algorithm efficiently finds the shortest path in a graph divided into stages. It operates in $O(V^2)$ time complexity, making it suitable for graphs with a structured stage-based layout. Understanding and implementing this algorithm is essential for solving complex optimization problems in various applications.

0 commit comments

Comments
 (0)