InterviewSolution
Saved Bookmarks
| 1. |
To rotate an array by using the algorithm of rotating its elements one by one is an in place algorithm.(a) true(b) falseThis question is from Arrays Types topic in section Arrays Types of Data Structures & Algorithms II got this question in a job interview. |
|
Answer» The CORRECT answer is (a) true |
|