An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: priority-queue

shreyansh-21/LeetCode

This repository contains my solutions to LeetCode problems, covering a wide range of algorithms and data structures. Each solution is well-documented and optimized for performance. The goal is to demonstrate problem-solving skills, coding efficiency, and a deep understanding of algorithmic concepts.

Language: Python - Size: 109 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

kcenon/thread_system

A modern C++ threading framework offering robust thread management via thread_base class, real-time multi-threaded logging system, thread pool with priority queue support, compatibility with std::jthread (C++20) and std::thread, and comprehensive error handling mechanisms.

Language: C++ - Size: 109 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 4 - Forks: 0

Kadirbaba4916/Merge-Two-Sorted-list

Java program for Merge two sorted list.

Size: 2.93 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

TheLunarCompany/lunar

lunar.dev: Ground Control for 3rd Party APIs

Language: Go - Size: 16.1 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 219 - Forks: 8

sampleXbro/axios-retryer

An advanced Axios request manager offering intelligent retry logic with token refresh, concurrency control, priority queuing, and a flexible plugin architecture, all built with TypeScript for robust HTTP client integrations.

Language: TypeScript - Size: 597 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

prathameshvideographics96/sort-a-stable

Sort A Stable is a fast, in-place sorting algorithm that maintains the order of equal elements. It features two functions, `sort_a_stable_ascending()` and `sort_a_stable_descending()`, for sorting arrays efficiently. 🐙✨

Language: C - Size: 4.88 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

mostafa-cse/STL

Collection of STL and algorithms code snippets with tutorials for quick reference and learning.

Language: C++ - Size: 149 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

kei-g/priority-queue

Priority Queue implementation written in TypeScript

Language: TypeScript - Size: 2.91 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

amirhnajafiz/pyramid 📦

Fast generic Heap data structure in Golang

Language: Go - Size: 5.1 MB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 0

goptics/varmq

A Simplest Storage-Agnostic and Zero-dep Message Queue for Your Concurrent Go Program

Language: Go - Size: 6.54 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 122 - Forks: 7

data-structures-and-algorithms/heapq

:vertical_traffic_light: Python's heap and priority queue library for JavaScript

Language: JavaScript - Size: 3.58 MB - Last synced at: 4 days ago - Pushed at: 8 days ago - Stars: 5 - Forks: 1

js-sdsl/js-sdsl

A javascript standard data structure library which benchmark against C++ STL.

Language: TypeScript - Size: 4.6 MB - Last synced at: 8 days ago - Pushed at: 7 months ago - Stars: 789 - Forks: 65

Automattic/kue

Kue is a priority job queue backed by redis, built for node.js.

Language: JavaScript - Size: 6.13 MB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 9,468 - Forks: 867

SvenWoltmann/java-collections-guide

Java Queue, Deque, Stack and other collections - Ultimate Guide on HappyCoders.eu.

Language: Java - Size: 930 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 4 - Forks: 1

madhurimarawat/Python-for-Datascience

This repository contains programs in the python programming language.

Language: Jupyter Notebook - Size: 11.3 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

rurban/ctl Fork of glouw/ctl

My variant of the C Template Library

Language: C - Size: 26.3 MB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 194 - Forks: 8

alg-js/priority-queue

A priority queue implemented as a binary heap

Language: JavaScript - Size: 3.91 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

srivathsashreyas/task-queue

A Redis-backed priority task queue (using a sorted set / ZSET) with Go-based workers, timeouts, and backpressure control

Language: Go - Size: 0 Bytes - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

siddhali24/To-do-list

Simple To do list program using priority queue in c

Language: C - Size: 3.91 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

williamfiset/DEPRECATED-data-structures

A collection of powerful data structures

Language: Java - Size: 172 MB - Last synced at: 11 days ago - Pushed at: almost 3 years ago - Stars: 2,876 - Forks: 1,266

weyoss/redis-smq

A simple high-performance Redis message queue for Node.js.

Language: TypeScript - Size: 8.7 MB - Last synced at: 11 days ago - Pushed at: 12 days ago - Stars: 630 - Forks: 64

oleiade/lane

Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go

Language: Go - Size: 117 KB - Last synced at: 2 days ago - Pushed at: about 2 years ago - Stars: 893 - Forks: 78

P-p-H-d/mlib

M*LIB is a library of generic and type safe containers in pure C language (C99 / C11) for a wide collection of container (comparable to the C++ STL).

Language: C - Size: 8.35 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 994 - Forks: 82

HasithaErandika/MedicalAppoinmtentSystem

A beginner-friendly Java-based web application for scheduling medical appointments using Servlets, JSP, and plain text files — built as a university project to demonstrate OOP, file handling, and custom sorting logic.

Language: Java - Size: 4.54 MB - Last synced at: 9 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

mohamedsaleh1984/problem-solving-hub

Peronal problem solving from Leetcode, Hackerrank..other resources.

Language: C++ - Size: 10.6 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

mourner/flatqueue

A very fast and simple JavaScript priority queue

Language: JavaScript - Size: 32.2 KB - Last synced at: 15 days ago - Pushed at: about 3 years ago - Stars: 137 - Forks: 7

BlueRaja/High-Speed-Priority-Queue-for-C-Sharp

A C# priority queue optimized for pathfinding applications

Language: C# - Size: 134 KB - Last synced at: 18 days ago - Pushed at: almost 4 years ago - Stars: 1,203 - Forks: 170

loiane/javascript-datastructures-algorithms

:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

Language: TypeScript - Size: 13.6 MB - Last synced at: 19 days ago - Pushed at: 4 months ago - Stars: 4,755 - Forks: 1,246

tezc/sc

Common libraries and data structures for C.

Language: C - Size: 815 KB - Last synced at: 19 days ago - Pushed at: 4 months ago - Stars: 2,478 - Forks: 281

samvv/scl.js

A standard collections library for JavaScript/TypeScript

Language: TypeScript - Size: 2.76 MB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 8 - Forks: 2

zckeyser/all-the-structures

Data structures implemented in various languages

Language: C# - Size: 1.17 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 10 - Forks: 4

SudharsanSaravanan/Hospital_Mangement_System

Patient Priority Management System is a Python-based project that prioritizes patient care based on illness severity, age, and arrival time using a min-heap priority queue, graph traversal for room allocation, and a binary search tree for efficient patient lookup. The system ensures optimal patient flow and room allocation in healthcare facilities.

Language: Python - Size: 40 KB - Last synced at: 4 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 2

akgarhwal/Puzzle-X-Android-Game

Puzzle X is a android game application in which user can click a picture from camera and shuffle it and try to solve shuffled puzzle.

Language: Java - Size: 5.08 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 7 - Forks: 3

garro95/priority-queue

A priority queue for Rust with efficient change function.

Language: Rust - Size: 335 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 194 - Forks: 30

simonostendorf/go-priority-queue

A generic Go priority queue implementation on top of the container/heap package.

Language: Go - Size: 3.91 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

ignlg/heap-js

Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.

Language: TypeScript - Size: 2.36 MB - Last synced at: 18 days ago - Pushed at: 5 months ago - Stars: 148 - Forks: 11

afsheen-nadaf/data-structures-CIE3-codes

Real World Applications of Data Structures

Language: C - Size: 0 Bytes - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

adrianbrad/queue

⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.

Language: Go - Size: 106 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 289 - Forks: 15

Tamoziit/Design-Analysis-of-Advanced-Algorithms

Advanced Algorithms in DSA

Language: C - Size: 27.3 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

avk959/LGenerics

Generic algorithms and data structures for Lazarus/Free Pascal

Language: Pascal - Size: 99.3 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 124 - Forks: 20

efrat-dev/algo-ds-leetcode

A collection of my solutions to LeetCode problems, categorized by topic and difficulty.

Size: 13.7 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

MideoHub/Complaint-Management-System

A console-based application to manage customer complaints using manually implemented data structures: linked list (employee management), queue (complaint storage), stack (problem summaries), and priority queue (urgent complaints). Supports Customer, Employee, and Admin roles with file-based data persistence.

Language: C++ - Size: 6.84 KB - Last synced at: 25 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

d-michail/jheaps

Master repository for the JHeaps project

Language: Java - Size: 1.4 MB - Last synced at: 20 days ago - Pushed at: about 4 years ago - Stars: 48 - Forks: 9

mourner/tinyqueue

The smallest and simplest priority queue in JavaScript.

Language: JavaScript - Size: 37.1 KB - Last synced at: 11 days ago - Pushed at: 11 months ago - Stars: 447 - Forks: 45

amitshekhariitbhu/RxJavaPriorityScheduler

RxPS - RxJavaPriorityScheduler - A RxJava Priority Scheduler library for Android and Java applications

Language: Java - Size: 350 KB - Last synced at: 22 days ago - Pushed at: 10 months ago - Stars: 146 - Forks: 18

lemire/FastPriorityQueue.js

a fast heap-based priority queue in JavaScript

Language: JavaScript - Size: 109 KB - Last synced at: 1 day ago - Pushed at: 12 months ago - Stars: 363 - Forks: 57

amitaifrey/redisemaphore

Redis-Based Distributed Semaphore Implementation, With Priority Queues

Language: Go - Size: 33.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

jj55j7/order-matching-engine

A Java-based CLI order matching engine using priority queues. Simulates BUY/SELL trade matching with price-time logic.

Language: Java - Size: 9.77 KB - Last synced at: 24 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

sig-0/iq

An indexable priority queue that utilizes insertion sort

Language: Go - Size: 65.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

nvictus/pqdict

A Pythonic indexed priority queue

Language: Python - Size: 966 KB - Last synced at: 21 days ago - Pushed at: 10 months ago - Stars: 90 - Forks: 27

barannmeisterr/Dynamic-Transportation-Bus-Schedule-Simulation

This project simulates real bus transportation systems, analyzes route structures and builds the base for shortest path / trip planning algorithms by using Directed Graph Data Structure and Dijkstra Algorithm.

Language: Java - Size: 50.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

davecom/SwiftPriorityQueue

A Generic Priority Queue in Pure Swift

Language: Swift - Size: 120 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 372 - Forks: 41

samrith-s/concurrent-tasks

A simple task runner which will run all tasks till completion, while maintaining concurrency limits.

Language: TypeScript - Size: 1.26 MB - Last synced at: 6 days ago - Pushed at: 7 months ago - Stars: 41 - Forks: 5

ammahith/DSA-Solutions

Data structure and Algo solutions. The problems are based on LeetCode and freeCodecamp

Language: C++ - Size: 55.7 KB - Last synced at: 3 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 1

Kerciu/data-structures-and-algorithms

Basic DSA & computional theory stuff implemented in Python

Language: Python - Size: 1.37 MB - Last synced at: 4 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

skku-vault/skku-algorithm

23-2 알고리즘개론 (prof. 김형식)

Language: C - Size: 866 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

EE-Azura/cascade-q

A flexible async task scheduler with multi-level priorities, concurrency control, and priority decay for Javascript and Typescript.

Language: TypeScript - Size: 193 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

jayalbo/ESDS

ES6 Data Structures

Language: JavaScript - Size: 805 KB - Last synced at: 7 days ago - Pushed at: 12 months ago - Stars: 4 - Forks: 1

mauriciosantos/Buckets-JS

A complete, fully tested and documented data structure library written in pure JavaScript.

Language: JavaScript - Size: 1.37 MB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 1,255 - Forks: 113

xvi-xv-xii-ix-xxii-ix-xiv/fibonacci_heap

A Fibonacci Heap implementation in Rust

Language: Rust - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

JustinTimperio/gpq

GPQ is a high performance embeddable double priority queue with complex priority ordering guarantees

Language: Go - Size: 695 KB - Last synced at: 4 days ago - Pushed at: 6 months ago - Stars: 53 - Forks: 4

HowProgrammingWorks/ConcurrentQueue

Asynchronous Concurrent Queue with Priority and Factor

Language: JavaScript - Size: 56.6 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 13 - Forks: 10

Himenon/priority-queue

A lightweight, high-performance priority queue implementation in TypeScript with flexible ordering (min-heap / max-heap) and built-in iterator support.

Language: TypeScript - Size: 342 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

qingyaoz/Stock-Market-Simulation

An application of priority queue and streaming algorithms.

Language: C++ - Size: 163 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

justrach/kew

🚀 Kew - A Fast, Redis-backed Task Queue Manager for Python

Language: Python - Size: 587 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 34 - Forks: 1

LostTrainDude/astar-pathfinding-unity

A grid-based implementation of the A* Pathfinding algorithm in Unity, that makes use of Priority Queues

Language: C# - Size: 32.2 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 32 - Forks: 7

orxfun/orx-priority-queue

Priority queue traits and efficient d-ary heap implementations.

Language: Rust - Size: 229 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 4 - Forks: 1

vickshan001/Huffman-Encoding-Decoding-in-Java

Java implementation of Huffman encoding and decoding from scratch. Includes custom tree traversal, compression, and decompression logic. Built in 2021.

Language: Java - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

andrewvo89/use-priority-queue

Use Priority Queue is a React hook that provides a simple and efficient way to manage a priority queue in your React applications. It uses a binary heap under the hood with values stored inside a JavaScript array.

Language: TypeScript - Size: 85 KB - Last synced at: 7 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

hoangsonww/Queue-And-HashTable-DSA

🔑 This repository focuses on hash tables and priority queues, highlighting their use in text analysis, word stats generation, and managing a movie review user database. It includes techniques for efficient text tokenization, word frequency analysis, prioritized data handling, and more!

Language: Java - Size: 66.4 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 22 - Forks: 12

pzaino/gods

GoDS is just a Go Lang library of Datastructures I created for my own projects and to practice some generic programming in go

Language: Go - Size: 711 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 2

Ruuudy1/NeetcodeFromScratch

Solving all 150 Algorithm Roadmap Questions

Language: Python - Size: 238 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

jonatanlinden/PR

A lock-free priority queue implementation

Language: C - Size: 131 KB - Last synced at: 1 day ago - Pushed at: almost 7 years ago - Stars: 34 - Forks: 7

Thre4dripper/DSA-Programs

DSA-Programs is a collection of Data Structures and Algorithms. It provides practical examples, detailed explanations, and ASCII diagrams to help you learn and master key DSA concepts like Arrays, Linked Lists, Stacks, Trees, Graphs, and sorting algorithms.

Language: C++ - Size: 169 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 22 - Forks: 0

jaiswalchitransh/DFS-Searching-Algorithm

This Python code employs the Depth-First Search (DFS) algorithm to find a path from "Arad" to "Bucharest" in the Romania map. It uses a priority queue, backtracking, and a graph representation. The DFS path is printed at the end. Skills demonstrated include graph traversal, priority queue usage, and DFS algorithm implementation.

Language: Python - Size: 204 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

francedot/csharp-ds

A collection of Data Structures and Algorithms for preparing to coding interviews.

Language: C# - Size: 119 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 19 - Forks: 1

jinhyeonseo01/PriorityQueue

PriorityQueue for Unity C# - Script that converted the .Net offLcial PriorityQueue for use in Unity

Language: C# - Size: 18.6 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

OmarMGaber/CPriorityQueue

A generic Priority Queue implementation in C using generic pointers (void pointers) and compare functions, supporting various C primitive data types.

Language: C - Size: 143 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

dusanov/a-cache-machine

exercise in java key value caching

Language: Dockerfile - Size: 52.7 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Gyakobo/Modified-Dijkstras-Algorithm-for-Longest-Path

Adapting the Dijkstra's algorithm to find the longest path instead of the shortest

Language: Python - Size: 5.86 KB - Last synced at: 6 days ago - Pushed at: 10 months ago - Stars: 4 - Forks: 0

kvba1337/project-aisd-How-Do-I-Get-There

Algorithms and Data Structures Project - semester 2

Language: C++ - Size: 8.15 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Jae7777/Leetcode

My solutions to all of Neetcode

Language: Python - Size: 164 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 10 - Forks: 2

fraserlove/strux

A lightweight C++ data structures library implementing essential data structures with zero dependencies.

Language: C++ - Size: 42 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

orbit-w/meteor

Meteor is an external reference library written in golang language

Language: Go - Size: 290 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

anotherwebguy/SDE-PREP

SDE Interview Preparation

Language: C++ - Size: 257 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

MikeRaphK/C-Data-Structures

A complete Data Structures library in C

Language: C - Size: 463 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

raphaelsenn/python-pathfinder-with-dijkstras-algorithm

Python project applies Dijkstra's algorithm for shortest maze pathfinding with visualization capabilities

Language: Python - Size: 7.07 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

akshayavb99/CodingNinjas_Java_DSA

Contains the solutions for the programming questions in the CodingNinjas Java+DSA course

Language: Java - Size: 353 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 130 - Forks: 81

luciopaiva/heapify

The fastest JavaScript priority queue out there. Zero dependencies.

Language: TypeScript - Size: 973 KB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 721 - Forks: 21

MKwapisz2000/cpp-priority-queue

This project implements a priority queue using two data structures: Binary Heap (Heap), Linked List (LinkedList)

Language: C++ - Size: 66.4 KB - Last synced at: 19 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

FiestaBoy/Huffman-Encoding

Huffman Coding implementation in Java for lossless data compression and decompression using a priority queue-based Huffman tree.

Language: Java - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

anas-farooq8/Hamiltonian-Cycle

This project implements a solution for the Delivery Robot Hamiltonian Circuit problem using a recursive backtracking algorithm with priority queue optimization. The goal is to find a Hamiltonian circuit in a warehouse graph that minimizes travel and delivery time while staying within a given time limit.

Language: C++ - Size: 5.86 KB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

HyunJinNo/data-structures-ts

Common data structures implemented in TypeScript.

Language: TypeScript - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

rleungx/queue

A priority queue with expiration functionality.

Language: Go - Size: 40 KB - Last synced at: 7 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

tugayesilyurt/rate-limit-handler-with-priority-queue

A resilient system for handling rate-limited APIs using Spring Boot, Redis, and MySQL. This project implements a priority-based queue mechanism to ensure that the earliest requests are processed efficiently, even under strict rate limits.

Language: Java - Size: 785 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

sahib/timeq

A fast file-based priority queue

Language: Go - Size: 540 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 58 - Forks: 3

Raynard2010/Assignment-Data-Structures

This repository contains my answers for some of my assignments for COMP6048001 - Data Structures Course. I got 98 for my assignments score.

Language: C++ - Size: 911 KB - Last synced at: 19 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MaskedSyntax/intellipath

A python based visualizer for A* pathfinding algorithm.

Language: Python - Size: 19.5 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

michaelehab/Shipping-Company-Simulator

A CLI that simulates the operation of the cargo delivery process of a Shipping Company and calculates some related statistics. This is an Educational Project for Data Structures course taken during Spring 2022 semester.

Language: C++ - Size: 131 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 2

sharyash81/Data-Structure

Data structure course during third semester of university

Language: C# - Size: 39.1 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1