Miscellaneous On Data Structures - Study Mode
[#266] When a free man proposes to an available woman, which of the following happens?
Correct Answer
(D) She will accept
[#267] How many printable characters does the ASCII character set consists of?
Correct Answer
(C) 100
[#268] Which algorithm is the most efficient numerical algorithm to obtain lcm?
Correct Answer
(B) Euclid's Algorithm
[#269] From the given graph, how many vertices can be matched using maximum matching in bipartite graph algorithm?
Correct Answer
(A) 5
[#270] Which among the following is the eulerian tour for the graph given below?
Correct Answer
(D) ABCEDCA