MCPcopy Index your code
hub / github.com/TheAlgorithms/JavaScript / isEmpty

Method isEmpty

Data-Structures/Heap/MinPriorityQueue.js:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43 // returns boolean value whether the heap is empty or not
44 isEmpty() {
45 return this.size === 0
46 }
47
48 // returns boolean value whether the heap is full or not
49 isFull() {

Callers 1

deleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected