InterviewSolution
Saved Bookmarks
| 1. |
If in a DAG N sink vertices and M source vertices exists, then the number of possible stacks in the Graph Structured Stack representation would come out to be N*M.(a) True(b) FalseAsked question is from Incidence Matrix and Graph Structured Stack in section Graph of Data Structures & Algorithms II had been asked this question during an internship interview. |
|
Answer» CORRECT ANSWER is (b) False Explanation: The answer WOULD DEPEND on the intermediate vertices ALSO. |
|