Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/austingebauer/go-leetcode
/ ListIndex
Struct
ListIndex
flatten_nested_list_iterator_341/solution.go:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
type
ListIndex
struct
{
58
Idx int
59
List []*NestedInteger
60
}
61
62
type
Stack
struct
{
63
items []*ListIndex
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected