MCPcopy Create free account
hub / github.com/ccagml/leetcode-extension / parseNestedIntegerArray

Function parseNestedIntegerArray

resources/debug/entry/python3/entry.py:198–202  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

196
197
198def parseNestedIntegerArray(param):
199 arr = []
200 for i, val in enumerate(param):
201 arr.append(NestedInteger(val))
202 return arr
203
204
205class MountainArray:

Callers 1

parseParameterFunction · 0.70

Calls 2

appendMethod · 0.80
NestedIntegerClass · 0.70

Tested by

no test coverage detected