LeetCode 系列题解, 在线阅读 https://offer.hi-dhl.com
-
Updated
Oct 30, 2022 - Kotlin
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!
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.
Solutions for questions of LeetCode Queue & Stack card
LeetCode / 剑指 offer 系列题解, 在线阅读 https://offer.hi-dhl.com
A Social Network Friend Recommendation System is an exciting project that leverages graph theory concepts to simulate real-world social networks.
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 deep study about algorithms and data structures with help of Javascript
Data Structure and Algorithms
This is a simple queue implementation in C using an array. The queue is implemented as a normal queue.
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.
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
Holds, controls and reports on execution of a queue of asynchronous jobs.
Solutions of questions on Leetcode.Solution Available in C++.
Programming & data structure course work
A simple implementation of Uno Game with self-implemented data structures: BST, single&doubly linked list, queue.
Add a description, image, and links to the queue-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the queue-algorithm topic, visit your repo's landing page and select "manage topics."