circular-queue
There are 115 repositories under circular-queue topic.
max0x7ba/atomic_queue
C++14 lock-free queue.
DNedic/lockfree
A collection of lock-free data structures written in standard C++11
gammazero/deque
Fast ring-buffer deque (double-ended queue)
adrianbrad/queue
⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.
hedzr/go-ringbuf
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
navjindervirdee/data-structures
Easy implementation of various Data Structures in Java language. Red-Black Tree, Splay Tree, AVLTree, PriorityQueue, Doubly-Linked-List, Stack, Queue, Array, ArrayList, Disjoint-Set,Binary-Search Tree, B-Tree.
SteveZhangSZ/ConstexprCircularQueue
Single Header Constexpr Circular Queue
aniketnk/circular-queue-verilog
Implementation of a circular queue in hardware using verilog.
Kartikk-26/DATA-STRUCTURE-ALGORITHM
Follow my daily journey of mastering Data Structures & Algorithms in C with hands-on coding. Explore my progress and code snippets!
kkbughunter/Data-Structure
Data Structure and Algorithms
alpc62/lock-free-queue
C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue
msindev/Data-Structures-In-C
(Incomplete, In Continuation) Implementation of Data Structures like Stacks, Queues, etc. using C programming language
infovillasimius/flows
Network Flows Optimization - Shortest Path, Max Flow and Min Cost Flow Algorithms in Python
sahmad98/go-ringbuffer
A ringbuffer implementation in golang
Sancky/pawn-queue
An queue data structure implementation for PAWN using circular algorithm.
hosseinmoein/Bobcat
3 different C++, multi-threaded queues including a lock-free one
zakonweb/data-structures-ADT-A2
Algorithms and ADTs • binary search algorithm • conditions necessary for the use of a binary search • performance of a binary search • implement an insertion sort • implement a bubble sort • performance of a sort routine • find an item in : linked list, binary tree, hash table • insert an item: stack, queue, linked list, binary tree, hash table • delete an item from: stack, queue, linked list
elit-altum/C-Programs
Basic programs written in C using ANSI for GNU-GCC
Eric-Canas/CircularDict
CircularDict is a high-performance Python data structure that blends the functionality of dictionaries and circular buffers. Inheriting the usage of traditional dictionaries, it allows you to define constraints on size and memory usage. Ideal for caching large data structures while maintaining control over memory footprint.
MajicDesigns/MD_CirQueue
FIFO queue for generalised items, implemented as a circular buffer
serbayozkan/GenericCircularBuffer_C
Lightweight Generic Circular/Ring Buffer Library for Embedded Systems in C
prathwik0/data-structures-in-c
Data Structures in C
LaVivien/RoundRobinTournament
Implement Round-robin tournament in Java.
moritzrinow/cdata
Standard generic data structures for C99.
mrinalmayank7/data_structures
This Repository contains the core concepts and implementation of Data Structures & Algorithms which include arrays, linked list, queues , stacks ,binary trees, BST, AVL Trees, sorting techniques and general operations
opencoff/go-utils
General purpose golang utility functions
Liviru-Nava/Self-Ordering-Application-for-Restaurant
This project is related to a Self Ordering system available in restaurants which is implemented using data structures, sorting algorithms and graphs.
mmahmoodictbd/charging-station-sessions
EVBox Charging Station Sessions APIs
SamarpanCoder2002/Circular-Queue-Visualizer
I made a Circular Queue Visualizer in python by tkinter.
bishtanuj/dataStructure
This repository is based on data structure. Here you will able to find all manipulations you can done with data strucutures.
unageek/Deque
Double-ended queue for .NET 🔁
ANIRUDH-VADERA/DSA
Basic DSA in C
apurva-ajmera/Data-Strucuture-and-Algorithm
Implementation of data structure and algorithms in c++.
jmadankumar/DataStructure
Data structure
mdezh/forgetful-circular-buffer
A simple and lightweight forgetful circular buffer (circlular queue) in TypeScript
owaisali8/Java-OS-Project
Virtual Environment build on Java for our OS course