Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ isEmpty
Method
isEmpty
chapter04/util/Queue.js:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
isEmpty() {
23
return
this._list.head == null;
24
}
25
26
_toArray() {
27
return
this._list._toArray();
Callers
3
listOfDepths
Function · 0.95
insertBalanced
Function · 0.95
checkRoute
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected