edited by
347 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

1 votes
1 votes
2 answers
1
gatecse asked Mar 2, 2018
2,322 views
Which of the following problem cannot be solved without recursion?Tower of HanoiFibonacci seriesTree TraversalNone of the above
0 votes
0 votes
1 answer
2
gatecse asked Mar 2, 2018
6,004 views
Which of the following is not used for hash function?Mid-square methodDivision methodFolding methodProbe method
0 votes
0 votes
2 answers
3
gatecse asked Mar 2, 2018
454 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, ...
0 votes
0 votes
1 answer
4
gatecse asked Mar 2, 2018
1,335 views
Which of the following search method takes less memory ? Depth-first search Breadth-first search Linear search None of the above