Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
peek
Method · 0.95
swimInWater
Function · 0.45
findMST
Function · 0.45
maxProbability
Function · 0.45
findMaximizedCapital
Function · 0.45
networkDelayTime
Function · 0.45
getHeap
Method · 0.45
bfs
Function · 0.45
bfs
Function · 0.45
findMaximizedCapital
Function · 0.45
minInterval
Function · 0.45
getArea
Function · 0.45
Calls
no outgoing calls
Tested by
3
shortestPathBinaryMatrix
Method · 0.36
shortestBridge
Method · 0.36
shortestAlternatingPaths
Method · 0.36