88 results for “topic:dequeue”
Commonly used data structures for Swift
A javascript standard data structure library which benchmark against C++ STL.
A highly optimized double-ended queue
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.
Easy way to create/reuse custom cells & headers with xib written in Swift
JavaScript implementation of a double-ended queue
Task scheduling for .NET: Azure Service Bus
Thread safe, blocking, generic dequeue data structure for Go
VBC.Lists.Generic and some Linq-related functions
Stack, Queue and Dequeue
Python datastructures package
JavaScript's missing data structures library.
Qluent provides a very simple Fluent API and wrapper classes around the Microsoft Azure Storage SDK
Contains solutions for problems from LeetCode in c#. Contains only the function and not the entire code.
Cloud-native ephemeral job runner for Azure Queue Storage
Data structures implementations in Go
Data Structure using Java
No description provided.
Examples to try Collections Framework (JDK 1.8)
FIFO implementation
Implementation of a generic Deque in C++ without using any STL.
🚀 A repo of dequeue in data structures
Java Queue, Deque, Stack - Ultimate Guide on HappyCoders.eu
Estrutura de Dados em Java - Fila
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++)
This project implements a double-ended queue data structure in Java, allowing for efficient insertion and deletion of elements at both ends of the queue. The implementation supports both basic operations like push, pop, and size, as well as iterator functionality for traversing the elements in normal and reverse order and automatic resizing.
Turn-based card game, in which the goal is to have the lightest deck in terms of weight.
This program, written in the C programming language, provides a simple student management system.
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.
Data Structures Course (2023 Spring) Homework2