Show / Hide Table of Contents

Namespace AlgorithmsAndDataStructures.DataStructures.BinaryHeaps

Classes

MaxBinaryHeap<TKey, TValue>

Implements a Max Binary Heap, and its main operations.

MinBinaryHeap<TKey, TValue>

Implements a Min Binary Heap, and its main operations.

MinMaxBinaryHeap<TKey, TValue>

Implements a MinMaxBinaryHeap and its main operations. Notice that a MaxMinHeapBinaryHeap can be implemented in a very similar way.

Back to top Generated by DocFX