MCPcopy Create free account
hub / github.com/neetcode-gh/leetcode / isEmpty

Method isEmpty

javascript/0901-online-stock-span.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7 // Time O(1) | Space O(1)
8 isEmpty() {
9 return this.stack.length === 0;
10 }
11
12 // Time O(1) | Space O(1)
13 peek() {

Callers 15

peekMethod · 0.95
swimInWaterFunction · 0.45
findMSTFunction · 0.45
maxProbabilityFunction · 0.45
findMaximizedCapitalFunction · 0.45
networkDelayTimeFunction · 0.45
getHeapMethod · 0.45
bfsFunction · 0.45
bfsFunction · 0.45
findMaximizedCapitalFunction · 0.45
minIntervalFunction · 0.45
getAreaFunction · 0.45

Calls

no outgoing calls

Tested by 3

shortestBridgeMethod · 0.36