Categories
⛰️

Heap Visualizer

Visualize Min Heap and Max Heap operations with animations.

About Heaps

A Heap is a complete binary tree where each parent node is either greater than (Max Heap) or less than (Min Heap) its children.