There are 0 repository under double-ended-queue topic.
🎀 Just the cutest and tiniest queue/deque implementation!
Various containers written for C programmers who need complete control over their memory.
Repository for Data Structures and Algorithms in Python.
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.
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.
Implementation of different types of Queues, viz. linear queue, priority and double-ended queue.
Basic algorithm and Datastructres
Implementation of a customer complaint queue for the service department system to handle angry customer's complaints.
Implémentations de divers structure de données en Java
Building a stack and converting it to a deque [RU]
Various Data Structures implemented in C programming language.
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).
Implementation of a DoubleEndedList for Julia
A semester tasks of Data Structure and Programming Fundamentals using C++ Language.