View Single Post
Join Date: Feb 2007
Posts: 72
Reputation: adaykin is an unknown quantity at this point 
Solved Threads: 0
adaykin adaykin is offline Offline
Junior Poster in Training

Re: What's the most efficent way to randomize a Queue?

 
0
  #5
Nov 12th, 2008
I think you still don't get it....Say there is a queue with elements a, b and c in that order. I want to know what the best way to put the elements in a random order, so you might save the elements off to an array shuffle them, and then put them back into the queue so the new order in the queue would be b, a, c.

But keep in mind a, b, and c are just arbitrary elements if that helps you understand it....
My Website <-- check out my site!
Reply With Quote