10 lessons · DSA pattern
Heap
A heap is a tree, but stored in an array. You've already used trees + queues — heap combines them. You already learned: Trees — heaps ARE complete binary t…
Start learning →A heap is a tree, but stored in an array. You've already used trees + queues — heap combines them. You already learned: Trees — heaps ARE complete binary t…
Start learning →