MCPcopy 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
88func (s *Stack) IsEmpty() bool {
89 return len(s.items) == 0
90}
91
92type NestedIterator struct {
93 stack *Stack

Callers 1

HasNextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected