Data Structure MCQ
Data Structure MCQ
Reg No:
Time: 10 mins
Marks : 10
(B) O (e)
(D) O (e2)
8. A sort which relatively passes through a list to exchange the first element with any
element less than it and then repeats with a new first element is called
A. insertion sort.
B. selection sort.
C. heap sort.
D. quick sort.
10.A graph with n vertices will definitely have a parallel edge or self loop of
the total number of edges are
(A) more than n
(B) more than n+1
(C) more than (n+1)/2
(D) more than n(n-1)/2