Priority Queue



  • Applications:
    • Data compression : Huffman Coding
    • Shortest path algorithms : Dijkstra
    • Minimum spanning tree algorithms : Prims
    • Event-Driven simulation : customers in a line
    • Selection Problem : finding Kth smallest element

Useful Resources:

No comments:

Post a Comment