MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-576917.py

File recipe-576917.py

recipes/Python/576917_Functional_selection_sort/recipe-576917.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1selection_sort = lambda sort_list: reduce(
2 lambda my_list, i: (
3 lambda max_value=reduce(
4 lambda a, b: b if b > a else a,

Callers

nothing calls this directly

Calls 6

rangeFunction · 0.85
minFunction · 0.85
select_sort_rFunction · 0.85
enumerateFunction · 0.50
removeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected