double-ended-queue
There are 24 repositories under double-ended-queue topic.
edwingeng/deque
A highly optimized double-ended queue
TomerAberbach/quetie
🎀 Just the cutest and tiniest queue/deque implementation!
aalpar/deheap
Doubly ended heap
agl-alexglopez/ccc
Various containers written for C programmers who need complete control over their memory.
VarunS2002/Python-Data-Structures-Algorithms
Repository for Data Structures and Algorithms in Python.
ocramz/depq
Double-ended priority queues
dnaeon/go-deque
A simple, generic and thread-safe deque implementation
tinko26/ao.net
Vehicle field test application support and more.
unageek/Deque
Double-ended queue for .NET 🔁
gustavohnsv/my-personal-lists
Repositório dedicado ao estudo de utilização de listas dinâmicas com interfaces pré-montadas em Java, para que o usuário não necessite saber das implementações para utilizar as listas.
Raimal-Raja/Data-Structure-Algorithms-in-JAVA
This repository provides Java code implementations for various data structures and algorithms. It's a great resource for learning and practicing DSA concepts in Java.
this-is-shreya/Queues-in-C
Implementation of different types of Queues, viz. linear queue, priority and double-ended queue.
jibran-mohammad/Algorithms-and-Datastructures
Basic algorithm and Datastructres
SiddChugh/Customer-Complaint-Queue
Implementation of a customer complaint queue for the service department system to handle angry customer's complaints.
yAmineee/Data-Structure-Algorithms
Implémentations de divers structure de données en Java
a-dubinin/bsuir-c-stack-to-queue
Building a stack and converting it to a deque [RU]
Achal-Hingrajiya/data-structures
Various Data Structures implemented in C programming language.
Dibyendu1000/Dequeue
In computer science, a double-ended queue (abbreviated to deque) is an abstract data type that generalizes a queue, for which elements can be added to or removed from either the front (head) or back (tail).
OpenModelica/DoubleEnded.jl
Implementation of a DoubleEndedList for Julia
Seng3694/Deque
Simple implementation of a double-ended queue in C
zaahidali/Cpp-Lab
A semester tasks of Data Structure and Programming Fundamentals using C++ Language.