MCPcopy 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
95def makeValueInList(value):
96 return [value]
97
98
99def reduce(splitedList):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected