MCPcopy Create free account
hub / github.com/MaskRay/LeetCode / NestedIterator

Class NestedIterator

flatten-nested-list-iterator.cc:19–45  ·  view source on GitHub ↗

Flatten Nested List Iterator * // This is the interface that allows for creating nested lists. * // You should not implement it, or speculate about its implementation * class NestedInteger { * public: * // Return true if this NestedInteger holds a single integer, rather than a nested list. * bool isInteger() const; * * // Return the single integer that this NestedInteger holds

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected