Learn Before
Concept

Applications of Heap Data Structure

Applications of using a heap data structure include :

- Find the largest or smallest value quickly - Implement a priority queue efficiently - Find the order in statistics - Implementation of Dijkstra's algorithm, Huffman encoding, and Prim's algorithm

0

1

Updated 2021-05-18

Tags

Python Programming Language

Data Science