Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HuberTRoy/leetCode
/ makeValueInList
Function
makeValueInList
Sorted/sotred.py:95–96 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
93
94
95
def
makeValueInList(value):
96
return
[value]
97
98
99
def
reduce(splitedList):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected