InterviewSolution
Saved Bookmarks
| 1. |
Suppose we want to arrange the ii numbers stored in an array such that all negative values occur before all positive ones. Minimum number of exchanges required in the worst case is:(A) n-1(B) n(C) n+1(D) None of the above |
| Answer» | |