Miscellaneous On Data Structures - Study Mode

[#611] Which device was used to generate high speed Morse Code?
Correct Answer

(A) Iambic Paddle

[#612] Minimum time required to solve tower of hanoi puzzle with 4 disks assuming one move takes 2 seconds, will be . . . . . . . .
Correct Answer

(B) 30 seconds

[#613] What is meant by the term lexicographical order?
Correct Answer

(A) dictionary ordering of elements

[#614] Fractional knapsack problem is also known as . . . . . . . .
Correct Answer

(B) Continuous knapsack problem

[#615] What will be the worst case time complexity of finding the sum of elements in a given range of (l,r) in an array of size n?
Correct Answer

(A) O(n)