Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ patience_sort.py
File
patience_sort.py
sorts/patience_sort.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
__future__
import
annotations
2
3
from
bisect
import
bisect_left
4
from
functools
import
total_ordering
Callers
nothing calls this directly
Calls
2
patience_sort
Function · 0.85
split
Method · 0.80
Tested by
no test coverage detected