MCPcopy 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

buildFailureLinksMethod · 0.95
mergeMethod · 0.95
checkForCycleMethod · 0.95
linked_list.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected