MCPcopy Index your code
hub / github.com/trekhleb/javascript-algorithms / MaxHeapAdhoc.test.js

File MaxHeapAdhoc.test.js

src/data-structures/heap/__test__/MaxHeapAdhoc.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import MaxHeap from '../MaxHeapAdhoc';
2
3describe('MaxHeapAdhoc', () => {
4 it('should create an empty max heap', () => {

Callers

nothing calls this directly

Calls 5

peekMethod · 0.45
isEmptyMethod · 0.45
addMethod · 0.45
toStringMethod · 0.45
pollMethod · 0.45

Tested by

no test coverage detected