Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/austingebauer/go-leetcode
/ IsEmpty
Method
IsEmpty
flatten_nested_list_iterator_341/solution.go:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(s *Stack) IsEmpty() bool {
89
return
len(s.items) == 0
90
}
91
92
type
NestedIterator
struct
{
93
stack *Stack
Callers
1
HasNext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected