How to solve this?

Revision en2, by Alexrider726, 2023-07-01 10:06:52

Given the capacities of edges in a directed graph, find the maximum amount of flow that you can pass through a single path from the source to the sink, for every possible choice of source and sink vertices.Can anyone give me an idea of how to approach this question using Floyd-Marshall algorithm. I am very curious after reading https://codeforces.net/blog/entry/117814

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Alexrider726 2023-07-01 10:09:12 2 Tiny change: 'ing Floyd-Marshall al' -> 'ing Floyd-Warshall al'
en2 English Alexrider726 2023-07-01 10:06:52 10 (published)
en1 English Alexrider726 2023-07-01 10:05:33 398 Initial revision (saved to drafts)