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

    Language:JavaScript10313
  • jindal2209/transaction_settlement_splitwise

    Application for managing transactions among friends and simplify it similar to split-wise using max-heaps (priority_queue in c++)

    Language:JavaScript3100
  • BigWheel92/Max-Heap

    Max Heap implementation in C++ using dynamic arrays.

    Language:C++2200
  • 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.

    Language:C++1100
  • Clairelin298/2022_DS_bike_rental

    This a bike-rental system aimed to leverage the gross profit for the company.

    Language:C++0100
  • Itay-Manevych/Data-Structures-Assignment-3

    Assignment 3 in course Data Structures

    Language:C++0100
  • 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

    Language:Java0100
  • dankolesnikov/MaxHeapPriorityQueue

    Java implementation of Max Heap Priority Queue

    Language:Java10
  • graziaferrara/midterm_homework_DAA

    Midterm homework of the Design and analysis of algorithm course

    Language:Python10