Miscellaneous On Data Structures - Study Mode

[#371] Which letter of the English alphabet has the shortest code in Morse Code?
Correct Answer

(D) E

[#372] What will be the slope of the line given by ax + by + c = 0?
Correct Answer

(A) -a/b

[#373] The first step in the naive greedy algorithm is?
Correct Answer

(A) analysing the zero flow

[#374] In divide and conquer, the time is taken for merging the subproblems is?
Correct Answer

(B) O(N log N)

[#375] Is 9 and 28 coprime number?
Correct Answer

(A) True