Sorting algorithms/Bogosort: Difference between revisions

Content added Content deleted
(crosslink to Knuth shuffle)
Line 7: Line 7:
Shuffle(list)
Shuffle(list)
'''done'''
'''done'''

===See also===
* [[Knuth shuffle]] (which may be used to implement the shuffle part of this algorithm)


__TOC__


=={{header|ActionScript}}==
=={{header|ActionScript}}==