MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / unknown_sort.py

File unknown_sort.py

sorts/unknown_sort.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Python implementation of a sort algorithm.
3Best Case Scenario : O(n)
4Worst Case Scenario : O(n^2) because native Python functions:min, max and remove are

Callers

nothing calls this directly

Calls 2

splitMethod · 0.80
merge_sortFunction · 0.70

Tested by

no test coverage detected