An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: dequeue

apple/swift-collections

Commonly used data structures for Swift

Language: Swift - Size: 12.9 MB - Last synced at: about 4 hours ago - Pushed at: about 4 hours ago - Stars: 3,985 - Forks: 327

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.

Language: C++ - Size: 145 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

js-sdsl/js-sdsl

A javascript standard data structure library which benchmark against C++ STL.

Language: TypeScript - Size: 4.6 MB - Last synced at: 5 days ago - Pushed at: 5 months ago - Stars: 787 - Forks: 63

nodef/extra-queue

Collection of elements where insert, delete happens only at the ends.

Language: JavaScript - Size: 7.81 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

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.

Language: TypeScript - Size: 36.4 MB - Last synced at: 1 day ago - Pushed at: about 2 months ago - Stars: 146 - Forks: 9

OlimilO1402/List_GenericNLinq

VBC.Lists.Generic and some Linq-related functions

Language: Visual Basic 6.0 - Size: 391 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 2

endritngjelina/COP4530

Data Structures COP4530 is one of the main programming courses at the University of South Florida. This repository contains all of my projects for this class.

Language: C++ - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Stealthhy7512/data-structures-c

Generic implementations of common data structures written in C.

Language: C - Size: 110 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ahmedabougabal/PythonDataStructuresAlgorithms

Let's go DeepDiving 🤿

Language: Python - Size: 1.18 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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.

Language: TypeScript - Size: 20.5 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

RGGH/log_buffer

Log Buffer in Rust

Language: Rust - Size: 7.81 KB - Last synced at: 25 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

oliviacarlisle/dslib-core

A robust and efficient data structures library.

Language: TypeScript - Size: 195 KB - Last synced at: 18 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

sanjanatg/Queue-implemented-using-singly-Linked-list-in-C.

The C code implements a queue data structure using a singly linked list. It allows users to enqueue elements to the rear of the queue, dequeue elements from the front, and display the queue. Error handling for queue overflow and underflow is included

Language: C - Size: 8.79 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

lenndewolten/Dequeueable

A project that handles dequeuing queue messages from known Cloud Providers

Language: C# - Size: 333 KB - Last synced at: 18 days ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

TuTomasz/Python-Datastructures

Python datastructures package

Language: Python - Size: 997 KB - Last synced at: 10 days ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 3

RomanenkoBoris/MyCustomDequeue

Implementation of a custom double-ended queue

Language: Java - Size: 9.77 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

leandrojsandoval/ParadigmasDeProgramacionJava

Proyectos y ejercicios resueltos en Java de la materia Paradigmas de Programacion (2023).

Language: Java - Size: 16.2 MB - Last synced at: 25 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

tsdotnet/queue

A simple and fast FIFO collection for enqueuing and dequeuing items.

Language: TypeScript - Size: 724 KB - Last synced at: 11 days ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

PoulamiSarkar24/DSA-C

This Repository contains C programming codes on DSA [Data Structure and Analysis] that I have learned in 3rd semester of Engineering college.

Language: C - Size: 83 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

edwingeng/deque

A highly optimized double-ended queue

Language: Go - Size: 112 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 178 - Forks: 8

studentrodrigocbsa/algoritmos-de-estruturas-de-dados-em-C

Trabalho final da disciplina Algoritmos e Estruturas de Dados da graduação no CEFET, em Março de 2022

Language: C - Size: 6.84 KB - Last synced at: 27 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ShawnMuktadir/QueueImplementation

Queue Implementation in Java

Language: Java - Size: 0 Bytes - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

plamenabrezova/queues

2️⃣ Algorithms Part 1 | Princeton University | Coursera | Week 2

Language: Java - Size: 477 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Cezarj59/estruturaDeDadosJava_Fila

Estrutura de Dados em Java - Fila

Language: Java - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Ahmed-Arafat10/STLs-Library

Documentation Of C++ Standard Template Library (STLs) Used In Competitive Programming

Language: C++ - Size: 37.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Abdulmateenmaher/Collections_Library

JAVA Language: This Repository is assignment for 6th semester Advance Programming Subject ; Done By AbdulMateen Maher

Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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.

Language: Java - Size: 49.8 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Anuj-Codes/DSA_WIth_Python_Practice

DSA with Python coding problems

Language: Python - Size: 43 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

blakeembrey/deque

JavaScript implementation of a double-ended queue

Language: TypeScript - Size: 659 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 2

Dkaban/ArrayStack-DropOutStack-Deque

This repo demonstrates modified version of an ArrayStack, a Drop-Out Stack and a Deque in Java

Language: Java - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

mansimm/Data-Structures

This repository contains data structures and operations perform on them, like Stack, Queue, Link List, Trees etc.

Language: C - Size: 77.1 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

SvenWoltmann/ultimate-guide-queue-deque-stack

Java Queue, Deque, Stack - Ultimate Guide on HappyCoders.eu

Language: Java - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

heldercljr/Estruturas-De-Dados-Java

Repositório responsável por implementações de diversas estruturas de dados através da utilização da linguagem Java.

Language: Java - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

nullr4pt0r/DataStructures

Data Structure Programs as part of my learning

Language: C - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ErfanMomeniii/queue

a lightweight package for providing queue and deque implementation in Go

Language: Go - Size: 227 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

adityaravi9034/Linear-Structures-

This file consists of code of stack, queue, etc I learned in programming classes.

Language: Python - Size: 3.4 MB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Chinmay6345/LeetCode-C-

Contains solutions for problems from LeetCode in c#. Contains only the function and not the entire code.

Language: C# - Size: 451 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

ThomyALUN/juego-papa-caliente

Este repositorio esta dedicado a la realización de un mini-juego de la papa caliente utilizando el lenguaje Python y algunas de sus librerías.

Language: HTML - Size: 37.7 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

MonaMobeen/DeQueue

🚀 A repo of dequeue in data structures

Language: C++ - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

arminasbrazenas/c-dequeue

A generic dequeue implementation in C.

Language: C - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AmrSaber/go-blocking-dequeue

Thread safe, blocking, generic dequeue data structure for Go

Language: Go - Size: 55.7 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 1

trkotovicz/document-indexing-algorithm-py

Programa que simula um algoritmo de indexação de documentos similar ao do Google. Ele é capaz de identificar ocorrências de termos em arquivos TXT.

Language: Python - Size: 32.2 KB - Last synced at: 28 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

somyalalwani/Deque-Implementation

Implementation of a generic Deque in C++ without using any STL.

Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

dmoose/slidingMinMax

Golang code implementing windowed min/max using generics and deque

Language: Go - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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.

Language: Java - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 20 - Forks: 24

hemantghuge/DSA_Python

Language: Python - Size: 47.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

Haseeeb21/Queue-in-Python

Creating class of Queue, which contains functions of queue implementation, by importing deque library.

Language: Python - Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

HowProgrammingWorks/Dequeue

Stack, Queue and Dequeue

Language: JavaScript - Size: 15.6 KB - Last synced at: 21 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 12

kevinpollet/go-datastructures

Data structures implementations in Go

Language: Go - Size: 77.1 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

czetsuya/Java-Immutable-Stack-and-Queue

Immutable Stack and Queue implementation in Java Programming Language.

Language: Java - Size: 11.7 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

EunBinChoi/data-structure-master

Data Structure Lecture Notes & Assignment

Language: C++ - Size: 71.3 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jefking/King.Service.ServiceBus

Task scheduling for .NET: Azure Service Bus

Language: C# - Size: 1.05 MB - Last synced at: 13 days ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 3

skapoor8/python

Data Structures Implementations and Unit Tests in Python 3

Language: Python - Size: 2.85 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Ivy-Murage/Traffic-TrafficLight-Generator

This is simple Traffic and Traffic light generator program that was created using java

Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Akashkhandelwal191/Complete_STL

Complete STL(Standard Template Library) With Example And Source Code

Language: C++ - Size: 169 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

jessicacarneiro/DequeAndRandomizedQueueProject

Second programming assignment for Princeton's course "Algorithms, part I"

Language: Java - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

yashodharanawaka/collection-framework-examples

Examples to try Collections Framework (JDK 1.8)

Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

AhmedSaa3d/Data-Structure-Implementation

This is project implement of (Binary Search Tree/ Linked List/ Stack/ Dequeue)

Language: C++ - Size: 642 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

PandH4cker/FIFO

FIFO implementation

Language: C - Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

mukul2428/DS-ALGO

Data Structure using Java

Language: Java - Size: 304 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

ravidesai47/file-backed-queue

File Backed Queue accessible through RestFul Services and Client API

Language: Java - Size: 59.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ocatias/AMP_FIFO_Q

Implementation and evaluation of "A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue"

Language: C++ - Size: 619 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

shreyasshivakumara/Data-Structures

Solving problems related to data structures for practice.

Language: Jupyter Notebook - Size: 96.7 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

romansorochak/Reusable

Easy way to create/reuse custom cells & headers with xib written in Swift

Language: Swift - Size: 22.5 KB - Last synced at: 2 days ago - Pushed at: about 5 years ago - Stars: 27 - Forks: 0

abdlkhalek/sprint-3

the third part of notification template to dequeue the database and send notifications to users

Language: Java - Size: 24.4 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mAzurkovic/Interview-Prep

A repository to store my interview preparation notes and solutions.

Language: Python - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

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++)

Language: C++ - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

HamidurRahman1/Generic-Data-Structures

Java implementation of some basic data structure with Generics

Language: Java - Size: 54.7 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

sara-boug/Algorithms-Part-I-princeton-coursera

Language: Java - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

roccodebellis/ASD

Algorithms and Data Structures

Language: C++ - Size: 163 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

faisalkhan91/Priority-Queue

This program is the implementation of a priority queue data structure. The program enqueues and dequeues strings using priority queue. Additionally, the program also compares other data structures like BSTs, Heaps, Linked Lists and Arrays.

Language: C++ - Size: 652 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Elijas/dequeue

Implementation of dequeue in C++ with tests (Accomplished for academic credit)

Language: C++ - Size: 98.6 KB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

nazaninsbr/Queue

implementing different types of queues with a number of implementation styles

Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

MinakovNV/SDP4-Performance-Data-Structures-and-Algorithms

C programming language. Linked List, Queue, Dequeue.

Language: C - Size: 4.79 MB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

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).

Language: Python - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Dibyendu1000/Queue

In computer science, a queue is a collection in which the entities in the collection are kept in order and the principal operations on the collection are the addition of entities to the rear terminal position, known as enqueue, and removal of entities from the front terminal position, known as dequeue.

Language: Python - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

eoincampbell/Qluent

Qluent provides a very simple Fluent API and wrapper classes around the Microsoft Azure Storage SDK

Language: C# - Size: 108 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

VinceZK/enqueue-server

Node Enqueue Server

Language: JavaScript - Size: 35.2 KB - Last synced at: 29 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

Mehedi61/Data-Structures

In this repository I'll add all of my data structures implementations. I will use Python for most of the solutions.

Language: Python - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1