Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
198
def
parseNestedIntegerArray(param):
199
arr = []
200
for
i, val in enumerate(param):
201
arr.append(NestedInteger(val))
202
return
arr
203
204
205
class
MountainArray:
Callers
1
parseParameter
Function · 0.70
Calls
2
append
Method · 0.80
NestedInteger
Class · 0.70
Tested by
no test coverage detected