dequeue
There are 90 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
OlimilO1402/List_GenericNLinq
VBC.Lists.Generic and some Linq-related functions
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
lennarttenwolde/Dequeueable
A project that handles dequeuing queue messages from known Cloud Providers
oliviacarlisle/dslib-core
JavaScript's missing 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.
Harsh1118/DSA-PROBLEMS
This repository contains solutions to a variety of Data Structures and Algorithms (DSA) problems. Each solution has been carefully implemented and tested in the compilers of Leetcode and GeeksforGeeks. All the code successfully passes all test cases in the respective platforms.
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)
chryswds/dequeue
dequeue implementation in java
endritngjelina/COP4530
This repo contains all the projects I completed for COP 4530 (Data Structures) at the University of South Florida. The course is a core part of the CS program and focuses on building efficient and structured code using classic data structures.