Given an integer array shuffle the elements in the array such that no two elements are in same place
Utilisateur anonyme
I tried to write a shuffle metho using random generator but it had couple of issues and interviewer helped me but i wasn't able to complete the program . I only had one program and it was more like discussion with interviewer on how to solve not sure if there is any easy way to solve this