49 results for “topic:queue-algorithm”
LeetCode 系列题解, 在线阅读 https://offer.hi-dhl.com
Implementation of Data Structures in C
🔑 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!
Solutions for questions of LeetCode Queue & Stack card
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.
LeetCode / 剑指 offer 系列题解, 在线阅读 https://offer.hi-dhl.com
This project is a GUI game made in Processing 2, which generates random maze and player has to reach the destination of the maze.
Basic data-structure implementations in Swift.
A Social Network Friend Recommendation System is an exciting project that leverages graph theory concepts to simulate real-world social networks.
:hammer: A deep study about algorithms and data structures with help of Javascript
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.
Data Structure and Algorithms
Data Structure Queue in C Programming Language
This is a simple queue implementation in C using an array. The queue is implemented as a normal queue.
Solutions of questions on Leetcode.Solution Available in C++.
Holds, controls and reports on execution of a queue of asynchronous jobs.
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.
Scalable Employee Management System built on Spring Boot Microservices. Features include Service Discovery (Eureka), Distributed Tracing (Zipkin), Asynchronous Messaging (RabbitMQ), and API Gateway, all containerized with Docker
Simple lock-free queue written in golang
A simple implementation of Uno Game with self-implemented data structures: BST, single&doubly linked list, queue.
A wide range of (basic) data structures, implemented in simple, readable Java.
fox-ga is implementation of distributed Genetic Algorithm based on message queue paradigm
Queue DSA
No description provided.
Python package for calculation and simulation of queueing systems (QS) and networks.
Programming & data structure course work
Repository to practice some algorithm implementation on console application. Version: ".NET 6" RuntimeFrameworkVersion: "6.0.22" Tests: xUnit 2.4.1
A GUI Application that allows Scheduling Office Hours with the TAs, and provides various options like Add, Remove, Pause and Unpause to the students while being in the queue.
A C program to deep copy a binary tree. Deep copy means that any changes made to the new binary tree don't affect the original binary tree. Both recursive and iterative algorithms are implemented. The iterative algorithm a few lines of code and uses a variable to keep track of the current node.
simulation, queuing algorithms, data processing and modeling