Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
selection_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
range
Function · 0.85
min
Function · 0.85
select_sort_r
Function · 0.85
enumerate
Function · 0.50
remove
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected