InterviewSolution
Saved Bookmarks
| 1. |
Square root decomposition technique is only applicable when the number of indices in an array is a perfect square.(a) true(b) falseThe question was asked in class test.I want to ask this question from Miscellaneous in division Miscellaneous of Data Structures & Algorithms II |
|
Answer» RIGHT choice is (b) false For EXPLANATION: Square root decomposition TECHNIQUE can be applied to an ARRAY with any number of indices. It does not REQUIRE this number to be a perfect square. |
|