What is the maximum number of edges in a bipartite graph having 10 vertices?
a) 24 b) 21 c) 25 d) 16
a) 24 b) 21 c) 25 d) 16
a) Must be connected b) Must be unweighted c) Must have no loops or multiple edges d) All of the mentioned
a) 15 b) 3 c) 1 d) 11
a) (n*(n+1))/2 b) (n*(n-1))/2 c) N d) Information given is insufficient
a) ne b) 2n c) 2e d) e^n
a) Stack. b) Queue. c) Linked List. d) None of these.
a) Nodes b) Edges c) Direction of edges d) Parallel edges
a) Inverse sorting b) Direct sorting c) Both a and b d) None of these
a) Different b) Same c) May be same d) None of these
a) Comparison sort b) Direct sort c) Insertion sort d) None of these
a) O(n) b) O(n2) c) O(3n) d) None of these.
a) Exchanging method b) Direct method c) Both a and b d) None of these
a) O(n2) b) O(n) c) O(2n) d) None of these.
a) Unswap b) Swaps c) Search d) Rotation
a) Selection sort b) Insertion sort c) Both a and b d) None of these.
a) Largest element b) Smallest element c) Both a and b d) None of these.