MCPcopy 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
57type ListIndex struct {
58 Idx int
59 List []*NestedInteger
60}
61
62type Stack struct {
63 items []*ListIndex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected