InterviewSolution
Saved Bookmarks
| 1. |
What is the source?(a) Vertex with no incoming edges(b) Vertex with no leaving edges(c) Centre vertex(d) Vertex with the least weightI got this question in class test.This interesting question is from Flow Networks topic in section Flow Networks of Data Structures & Algorithms II |
|
Answer» RIGHT option is (a) Vertex with no incoming edges The BEST I can explain: Vertex with no incoming edges is CALLED as a SOURCE. Vertex with no leaving edges is called as a SINK. |
|