>>124
Right. But the point is that each element in this array now has some random number. These random numbers may or may not be in any kind of order. Now the problem arises when I want to delete say, the third item in this array.
What happens to all the random numbers after the deletion? Do I preserve the preexisting order of all the random numbers or not? Exactly.