Arrays In Data Structures - Study Mode
[#106] Which of the following property does not hold for matrix multiplication?
Correct Answer
(C) Commutative
[#107] What is a dynamic array?
Correct Answer
(A) A variable size data structure
[#108] Is O(n) the Worst case Time Complexity for addition of two Sparse Matrix?
Correct Answer
(A) True
[#109] The growth factor of ArrayList in Java is . . . . . . . .
Correct Answer
(B) 1.5
[#110] To rotate an array by using the algorithm of rotating its elements one by one is an in place algorithm.
Correct Answer
(A) true