dequeue
There are 87 repositories under dequeue topic.
apple/swift-collections
Commonly used data structures for Swift
js-sdsl/js-sdsl
A javascript standard data structure library which benchmark against C++ STL.
edwingeng/deque
A highly optimized double-ended queue
zrwusa/data-structure-typed
Javascript Data Structure & TypeScript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree, AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack.
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.
romansorochak/Reusable
Easy way to create/reuse custom cells & headers with xib written in Swift
blakeembrey/deque
JavaScript implementation of a double-ended queue
jefking/King.Service.ServiceBus
Task scheduling for .NET: Azure Service Bus
AmrSaber/go-blocking-dequeue
Thread safe, blocking, generic dequeue data structure for Go
HowProgrammingWorks/Dequeue
Stack, Queue and Dequeue
TuTomasz/Python-Datastructures
Python datastructures package
Chinmay6345/LeetCode-C-
Contains solutions for problems from LeetCode in c#. Contains only the function and not the entire code.
eoincampbell/Qluent
Qluent provides a very simple Fluent API and wrapper classes around the Microsoft Azure Storage SDK
kevinpollet/go-datastructures
Data structures implementations in Go
lenndewolten/Dequeueable
A project that handles dequeuing queue messages from known Cloud Providers
OlimilO1402/List_GenericNLinq
VBC.Lists.Generic and some Linq-related functions
oliviacarlisle/dslib-core
A robust and efficient data structures library.
adityaravi9034/Linear-Structures-
This file consists of code of stack, queue, etc I learned in programming classes.
Cezarj59/estruturaDeDadosJava_Fila
Estrutura de Dados em Java - Fila
czetsuya/Java-Immutable-Stack-and-Queue
Immutable Stack and Queue implementation in Java Programming Language.
mckinneymorgan/Deck-of-Dequeues
Turn-based card game, in which the goal is to have the lightest deck in terms of weight.
melikfiratt/CENG112-Homework2
Data Structures Course (2023 Spring) Homework2
MinakovNV/SDP4-Performance-Data-Structures-and-Algorithms
C programming language. Linked List, Queue, Dequeue.
MonaMobeen/DeQueue
🚀 A repo of dequeue in data structures
morkev/randomized-queues-deques
Write a generic data type for a deque and a randomized queue. Implement elementary data structures using arrays and linked lists, as well as generics and iterators.
mukul2428/DS-ALGO
Data Structure using Java
PandH4cker/FIFO
FIFO implementation
somyalalwani/Deque-Implementation
Implementation of a generic Deque in C++ without using any STL.
sukhdev01/Queue-Data-Structure
Some codes for Queue operations such as Queue with Array, Circular Queue with Array, Queue with Linked List, Circular Queue with Linked List, Circular Queue Linked List Splitting. These are having operations such as enqueue, dequeue, traverse, insertion, deletion, traverse, isEmpty, isFull, searching etc. ( in C++)
SvenWoltmann/ultimate-guide-queue-deque-stack
Java Queue, Deque, Stack - Ultimate Guide on HappyCoders.eu
tsdotnet/queue
A simple and fast FIFO collection for enqueuing and dequeuing items.
yashodharanawaka/collection-framework-examples
Examples to try Collections Framework (JDK 1.8)
ori88c/data-oriented-slim-deque
A slim and efficient in-memory Deque (doubly-ended queue) for Node.js projects, designed with Data-Oriented Design principles and implemented using a cyclic buffer to optimize memory layout through sequential item allocation. A notable real-world use case is maintaining the minimum or maximum item in a data stream.
RGGH/log_buffer
Log Buffer in Rust
Stealthhy7512/data-structures-c
Generic implementations of common data structures written in C.