.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :title: Heaps and Priority Queues
   :author: Cliff Shaffer
   :institution: Virginia Tech
   :requires: binary tree terminology; BST; complete tree
   :satisfies: heap; priority queue
   :topic: Heaps
   :keyword: Heap; Priority Queue
   :naturallanguage: en
   :programminglanguage: Java
   :description: Presentation of heaps, and their use to implement priority queues.

Heaps and Priority Queues
=========================

Heaps and Priority Queues
-------------------------

.. inlineav:: heapbuildCON ss
   :long_name: Heapbuild Slideshow
   :links: 
   :scripts: DataStructures/binaryheap.js AV/Binary/heapbuildCON.js
   :output: show
   :keyword: Heap



