MCPcopy Create free account
hub / github.com/BeeBombshell/Python-DSA / bogosort.py

File bogosort.py

Sorting Algorithms/bogosort.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import random
2
3# Sorts array a[0..n-1] using Bogo sort
4

Callers

nothing calls this directly

Calls 1

bogo_sortFunction · 0.85

Tested by

no test coverage detected