16
Presentation ON Ford-Fulkerson Algorithm Prepared By: Md . Abu Darda ID: 011 122 005

Ford fulkerson

Embed Size (px)

Citation preview

Page 1: Ford fulkerson

Presentation ON

Ford-Fulkerson Algorithm

Prepared By:Md . Abu DardaID: 011 122 005

Page 2: Ford fulkerson

Overview & History Applications Algorithm Pseudo Code Example Complexity

Outlines

Page 3: Ford fulkerson

The Ford–Fulkerson algorithm (FFA) is a greedy algorithm  that computes the maximum flow in a flow network.

It was published in 1956 by L. R. Ford Jr. and D. R. Fulkerson.

Overview & History

Page 4: Ford fulkerson

fluid in pipes current in an electrical circuit traffic on roads data flow in a computer network money flow in an economy etc.

Applications

Page 5: Ford fulkerson

Some Terms We Must Know:

Page 6: Ford fulkerson

Algorithm

Page 7: Ford fulkerson

Pseudo Code

Page 8: Ford fulkerson

Example:

Page 9: Ford fulkerson
Page 10: Ford fulkerson
Page 11: Ford fulkerson
Page 12: Ford fulkerson
Page 13: Ford fulkerson
Page 14: Ford fulkerson
Page 15: Ford fulkerson
Page 16: Ford fulkerson