McqMate
| Q. |
Which algorithm is used to solve a maximum flow problem? |
| A. | prim’s algorithm |
| B. | kruskal’s algorithm |
| C. | dijkstra’s algorithm |
| D. | ford-fulkerson algorithm |
| Answer» D. ford-fulkerson algorithm | |
| Explanation: ford-fulkerson algorithm is used to compute the maximum feasible flow between a source and a sink in a network. | |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet