yesiamrajeev / Hacktoberfest2024

Do contribute to this repository and gain experience. Happy-Hacking.
16 stars 65 forks source link

Feature/min priority queue #100

Closed Afreen-Kazi-1 closed 22 hours ago

Afreen-Kazi-1 commented 1 day ago

Overview

This code implements a Minimum Priority Queue, where enqueued elements are simply sorted as per minimum priority and while dequeuing the element with minimum priority is dequeued first. This data structure provides access to the smallest element in constant time. This task tries to implement this data structure using another data structure called Linked List which gives more clarity on how we can relate the two different data structures.

Issues Addressed

99

Guidelines followed

yesiamrajeev commented 22 hours ago

nice!!

Afreen-Kazi-1 commented 21 hours ago

After you've merged, I can close the issue right?

yesiamrajeev commented 21 hours ago

Yeah, that's how it works!!! HAPPY-HACKING!!