edited by
363 views

1 Answer

0 votes
0 votes

(c) Tree

If there exist more than one unique path for a pair of vertices then it will form a circuit which violates the condition.

Tree : a connected graph with no circuits
Bipartite graph : a graph with no circuits of odd size

edited by

Related questions

2.4k
views
2 answers
1 votes
gatecse asked Mar 2, 2018
2,355 views
Which of the following problem cannot be solved without recursion?Tower of HanoiFibonacci seriesTree TraversalNone of the above
6.1k
views
1 answers
0 votes
gatecse asked Mar 2, 2018
6,057 views
Which of the following is not used for hash function?Mid-square methodDivision methodFolding methodProbe method
466
views
2 answers
0 votes
gatecse asked Mar 2, 2018
466 views
If the post order traversal of treegives $ab - cd * +$, then the label of the nodes A, B, C, ......, G will bea, -, b, +, c, *, d+, -, *, a, b, c, d-, a, +, b, c, d, *a, ...
1.4k
views
1 answers
0 votes
gatecse asked Mar 2, 2018
1,394 views
Which of the following search method takes less memory ? Depth-first search Breadth-first search Linear search None of the above