queue-algorithm
There are 53 repositories under queue-algorithm topic.
hi-dhl/Leetcode-Solutions-with-Java-And-Kotlin
LeetCode 系列题解, 在线阅读 https://offer.hi-dhl.com
stimulussoft/filequeue
light weight, high performance, simple, reliable and persistent queue for Java applications
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!
AlokikPathak/data-structures
Implementation of Data Structures in C
sameeksha-sahib/leetcode-queue-stack-card
Solutions for questions of LeetCode Queue & Stack card
YonLiud/Israeli-Queue
Israeli Queues are a variation of Priority Queues where instead of associating priority with the element to be enqueued, the priority is implicitly derived using the "friend" element and it joins right at the back end of the group that the friend belongs to.
hi-dhl/Leetcode-Solution-CPP-C
LeetCode / 剑指 offer 系列题解, 在线阅读 https://offer.hi-dhl.com
guilhermebkel/algorithms-and-data-structures-study
:hammer: A deep study about algorithms and data structures with help of Javascript
Muhammadwasi/Graph-Maze-Game
This project is a GUI game made in Processing 2, which generates random maze and player has to reach the destination of the maze.
sonisuman/Swift-DataStructure
Basic data-structure implementations in Swift.
Hasnatrasool163/SocialNetworkFriendRecommendationSystem
A Social Network Friend Recommendation System is an exciting project that leverages graph theory concepts to simulate real-world social networks.
sanmak/sumo-queue
Queue Data Structure Implementation. Use it for large arrays.
BaseMax/QueueC
This is a simple queue implementation in C using an array. The queue is implemented as a normal queue.
ezekiellemana/Circular-Queue-Operations
This project provides a Java implementation of a Circular Queue, supporting operations like enqueue, dequeue, isFull, and isEmpty. It helps students and developers understand the concept and applications of circular queues, commonly used in memory management and task scheduling.
Xenoids/C-Queue
Data Structure Queue in C Programming Language
adrienjoly/algolia-qyu
Holds, controls and reports on execution of a queue of asynchronous jobs.
Ashish-kumar7/leetcode-solutions
Solutions of questions on Leetcode.Solution Available in C++.
celisun/Play-Uno-game-on-your-laptop
A simple implementation of Uno Game with self-implemented data structures: BST, single&doubly linked list, queue.
hlts2/gfreequeue
Simple lock-free queue written in golang
jkeys-ecg-nmsu/basic-java-data-structures
A wide range of (basic) data structures, implemented in simple, readable Java.
Juliavister/P-D
Programming & data structure course work
kalmyk/fox-ga
fox-ga is implementation of distributed Genetic Algorithm based on message queue paradigm
luiz-linkezio/Tarefas-Algoritmo_e_Estrutura_de_Dados-SI-CIn-UFPE-2023.1
Tarefas para o aprendizado de algoritmos, da cadeira Algoritmo e Estrutura de Dados do curso de Sistemas de Informação (SI) do CIn da UFPE, cadeira cursada por mim em 2023.
MonaMobeen/FIFORule
Queue DSA
rajatrai30/LineUp
Winner of Smart India Hackathon 2022 for Inventing a web application that alleviates waiting in line at doctors’ clinics, offices, and shops during the COVID-19 pandemic.
Thu-master/LTHDH_Project
Đây là dự án web mô phỏng trực quan thuật toán MLFQ bằng HTML/CSS/JavaScript
uiuxarghya/PCC-CS391-DSA
Data Structure and Algorithms
viniciusduartereis/PrinterServer
This application uses a form academic to emulate and interpret the service of a printer with a print queue, respected the rule of his circle print.
xabarov/most-queue
Python package for calculation and simulation of queueing systems (QS) and networks.
ArunR1408/DSA
A curated collection of data structures and algorithms implemented in Python.
c-dubzz/Maze-Solver
User enters a maze, my program then computes the shortest path from start to finish.
marixp/DancingCowQueue
CS: Data Structures --- Dancing Cow Queue: User inputs # of cows in the show, and # of cows on stage at a time. Algorithm returns total duration of the show (when all cows finish dancing).
mrlramos/DataStructure
Repository to practice some algorithm implementation on console application. Version: ".NET 6" RuntimeFrameworkVersion: "6.0.22" Tests: xUnit 2.4.1
teplokotov/algososh
Проектная работа «Визуализатор алгоритмов» — это инструмент наглядной демонстрации 📊 типовых алгоритмов и структур данных в рамках Практикума.
danish-kv/DSA-Stack-and-Queue
Stack and Queue Data Structure