MCPcopy 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

1from __future__ import annotations
2
3from bisect import bisect_left
4from functools import total_ordering

Callers

nothing calls this directly

Calls 2

patience_sortFunction · 0.85
splitMethod · 0.80

Tested by

no test coverage detected