InterviewSolution
Saved Bookmarks
| 1. |
What is the length of an augmenting path?(a) Even(b) Odd(c) Depends on graph(d) 1This question was addressed to me during an interview for a job.I want to ask this question from Matching in section Matching of Data Structures & Algorithms II |
|
Answer» CORRECT CHOICE is (b) Odd Easiest explanation - The length of an augmenting PATH in a BIPARTITE graph is ALWAYS said to be always odd. |
|