Miscellaneous On Data Structures - Study Mode

[#651] Which of the following is used as signal duration in Morse Code?
Correct Answer

(A) Dash

[#652] How many combinations of 2 elements will be formed from the array arr={1, 2, 3}?
Correct Answer

(C) 3

[#653] Minimum number of moves required to solve a tower of hanoi problem with n disks is . . . . . . . .
Correct Answer

(B) 2 n -1

[#654] The code for printing combinations is in-place.
Correct Answer

(B) false

[#655] The problem of maximizing the sum of weights on edges connecting matched pairs of vertices is?
Correct Answer

(C) Maximum weight matching