1.

MultiGraphs having self-loops are called PseudoGraphs?(a) True(b) FalseI need to ask this question from Multigraph and Hypergraph topic in division Graph of Data Structures & Algorithms II got this question in an interview for job.

Answer»

The correct answer is (a) True

Easiest explanation - All PsuedoGraphs are MULTIGRAPHS, but all MultiGraphs are not PSEUDOGRAPHS as all PseudoGraphs have self loop, but all MultiGraphs do not have self LOOPS.



Discussion

No Comment Found

Related InterviewSolutions