max-heap-priority-queue
There are 9 repositories under max-heap-priority-queue topic.
harsh07bharvada/structures-wiz
An optimised :rocket: implementation of Data structures & Algorithms like Fenwick Trees, Segment Trees, Stacks, Priority Queues, Linked Lists etc for enterprise usage in our favourite :heart: language - JavaScript
jindal2209/transaction_settlement_splitwise
Application for managing transactions among friends and simplify it similar to split-wise using max-heaps (priority_queue in c++)
BigWheel92/Max-Heap
Max Heap implementation in C++ using dynamic arrays.
rakshith-crm/Packet-Router
The project is a network model of priority based packet routing implemented using the priority queue using max heap data structure. The project mimics packet routing, by receiving network packets (file handling concept) and re-transmitting the packets based on network priority.
Clairelin298/2022_DS_bike_rental
This a bike-rental system aimed to leverage the gross profit for the company.
Itay-Manevych/Data-Structures-Assignment-3
Assignment 3 in course Data Structures
ShanM5/Warehouse-Simulator
Have a warehouse that is made up of an array of sector objects, with each sector represented by a min binary priority queue based on the last day the products were purchased. Implemented a method that adds products into its proper sector which is dependent on their id, a restock/purchase method that increases/decreases the number of items
dankolesnikov/MaxHeapPriorityQueue
Java implementation of Max Heap Priority Queue
graziaferrara/midterm_homework_DAA
Midterm homework of the Design and analysis of algorithm course