Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ isEmpty
Method
isEmpty
DSA Javascript/linked_list.js:159–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
158
// checks the list for empty
159
isEmpty() {
160
return
this.size == 0;
161
}
162
163
// gives the size of the list
164
size_of_list() {
Callers
4
buildFailureLinks
Method · 0.95
merge
Method · 0.95
checkForCycle
Method · 0.95
linked_list.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected