Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ bogosort.py
File
bogosort.py
sorts/bogosort.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
This is a pure python implementation of the bogosort algorithm
3
For doctests run following command:
4
python -m doctest -v bogosort.py
Callers
nothing calls this directly
Calls
2
bogosort
Function · 0.85
split
Method · 0.80
Tested by
no test coverage detected