SW StudyWalks

Computer Science  /  CS 0110  ·  Atom · ~20 seconds

The Binary Heap

Video not yet published
to the StudyWalks catalog
State

A binary heap is a binary tree organized by the heap property — every node's priority at least its children's — keeping the highest-priority element at the root.

Show

An emergency queue keeps the most urgent patient on top, whatever order patients arrived.

Watch for

Not a search tree; the root is the one promise.