Projects in Awesome Lists tagged with deque
A curated list of projects in awesome lists tagged with deque .
https://github.com/loiane/javascript-datastructures-algorithms
:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
algorithm avl-tree binary-tree data-structures deque dictionary dijkstra-algorithm graph graph-algorithms javascript-algorithms linked-list priority-queue queue quicksort set sorting-algorithms stack tree typescript typescript-algorithms
Last synced: 23 Apr 2025
https://github.com/apple/swift-collections
Commonly used data structures for Swift
collection container deque dequeue hash ordered-dictionary ordered-set queue sequence
Last synced: 12 May 2025
https://github.com/srdja/collections-c
A library of generic data structures for the C language.
algorithms array c collections data-structures deque hashtable library list memory-pool
Last synced: 14 May 2025
https://github.com/srdja/Collections-C
A library of generic data structures for the C language.
algorithms array c collections data-structures deque hashtable library list memory-pool
Last synced: 20 Mar 2025
https://github.com/oleiade/lane
Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go
data-structures deque generic go priority-queue queue stack
Last synced: 15 May 2025
https://github.com/js-sdsl/js-sdsl
A javascript standard data structure library which benchmark against C++ STL.
data-structure-library data-structures data-structures-and-algorithms deque dequeue hashmap hashset hashsets javascript javascript-data-structures javascript-library linklist map priority-queue rb-tree red-black-tree set stl-containers typescript typescript-data-structure
Last synced: 15 May 2025
https://github.com/gammazero/deque
Fast ring-buffer deque (double-ended queue)
circular-buffer circular-queue deque queue ring-buffer
Last synced: 13 May 2025
https://github.com/LeoVen/C-Macro-Collections
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
c containers data-structure data-structures datastructure datastructures deque hashmap heap library linkedlist list multimap multiset queue stack type-safe
Last synced: 17 Apr 2025
https://github.com/TouShang6015/Hugai-chatgpt
HugAi是由Springboot Vue2 elementUI集成各大AI大模型平台开发的智能问答助手,文本对话模型支持流式响应,现已接入OpenAi、chatGpt、讯飞星火、文心一言、Ollama,以及主流AI绘图Midjourney、Stable Diffusion,完全开源搭建属于自己的AI聊天室
chatgpt-api chatgpt3 deque element-ui java midjourney minio openai redission spring-security sse stable-diffusion
Last synced: 24 Mar 2025
https://github.com/rurban/ctl
My variant of the C Template Library
algorithms algorithms-and-data-structures c deque hashmap hashtable header-only iterator list priority-queue queue rbtree set stack stl-containers tree verified
Last synced: 14 May 2025
https://github.com/edwingeng/deque
A highly optimized double-ended queue
array deque dequeue double-ended-queue golang list queue vector
Last synced: 14 Mar 2025
https://github.com/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.
avl-tree binary-search-tree binary-tree data-structures deapth-first-search deque dequeue dijkstra-algorithm directed-graph floyd-warshall-algorithm graph heap javascript-data-structures linked-list red-black-tree
Last synced: 15 May 2025
https://github.com/phf/go-queue
Queue data structure for Go; SAY NO TO GITHUB
datastructure deque fast golang queue
Last synced: 05 Apr 2025
https://github.com/mauriciosantos/buckets-swift
Swift Collection Data Structures Library
bimap bitarray bloom-filter carthage circular-buffer cocoapods deque graph matrix multimap multiset priority-queue queue stack swift swift-3 swift-package-manager trie
Last synced: 09 Apr 2025
https://github.com/mauriciosantos/Buckets-Swift
Swift Collection Data Structures Library
bimap bitarray bloom-filter carthage circular-buffer cocoapods deque graph matrix multimap multiset priority-queue queue stack swift swift-3 swift-package-manager trie
Last synced: 03 Apr 2025
https://github.com/tomeraberbach/quetie
🎀 Just the cutest and tiniest queue/deque implementation!
amortized-array data-structures deque double-ended-queue npm-module npm-package queue stack
Last synced: 05 Apr 2025
https://github.com/hypertextassassin0273/data_structures_in_cpp
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
avl basic-data-structures bst circular-linked-list cpp-string cpp11 data-structures-and-algorithms datastructures deque hashing linked-list-in-cpp linked-lists linkedlist move-semantics sorting-algorithms stacks-and-queues stl-containers stl-list stl-vector trees
Last synced: 10 Apr 2025
https://github.com/vue-a11y/vue-axe-next
Accessibility auditing for Vue.js 3 applications using axe-core
a11y accessibility accessibility-audits auditing axe axe-core deque vue vue-axe vue3
Last synced: 04 May 2025
https://github.com/patilharshal16/data-structures
Computer science data structures and algorithms implementation from scratch
algorithms computer-science data-science data-structures datascience datastructures deque doubly-linked-list enqueue implementation-from-scratch implementation-of-algorithms implementation-of-data-structures java java-8 linked-list queue searching-algorithms sorting-algorithm sorting-algorithms stack
Last synced: 04 Apr 2025
https://github.com/tommyettinger/jdkgdxds
Java data structures for primitive and/or Object items
case-insensitive data-structures deque hashmap hashset insertion-order java-8 list primitive-types
Last synced: 22 Mar 2025
https://github.com/blakeembrey/deque
JavaScript implementation of a double-ended queue
deque dequeue double-linked-list iterator linked-list queue stack
Last synced: 15 Apr 2025
https://github.com/emekoi/deque.zig
a lock free chase-lev deque for zig
concurrent deque lock-free zig
Last synced: 21 Jan 2025
https://github.com/sridharbandi/java-a11y
Accessibility Automated Testing with Java Selenium
a11y a11y-testing accessibility accessibility-automation axe deque htmlcodesniffer pa11y selenium selenium-java selenium-webdriver
Last synced: 13 Feb 2025
https://github.com/samchon/ecol
Event Collections
collection deque event hashmap list stl treemap typescript vector
Last synced: 22 Apr 2025
https://github.com/gammazero/channelqueue
queue that can be used like buffered channel with any capacity
buffered channel deque queue ring ring-buffer synchronized
Last synced: 18 Mar 2025
https://github.com/grantjenks/python-arraydeque
ArrayDeque is a fast, array-backed deque implementation for Python written in C.
c data-type deque performance python
Last synced: 12 May 2025
https://github.com/skyzh/data-structure-deque
A deque of O(sqrt n) complexity on access, insert and remove, with an optimization for O(log n) access based on fenwick tree.
binary-indexed-tree cpp deque fenwick-tree
Last synced: 12 Feb 2025
https://github.com/vitkarpov/stljs
It's STL (👋 C++ fans) for your {Type,Java}Script projects.
deque heaps javascript stl typescript
Last synced: 17 Mar 2025
https://github.com/howprogrammingworks/dequeue
Stack, Queue and Dequeue
data data-structures deque dequeue js jsvascript stack
Last synced: 07 May 2025
https://github.com/dopecodez/python-pygame-snake
Classic Snake made with pygame library and collections.deque!
deque game pygame python python-pygame-snake snake
Last synced: 11 Apr 2025
https://github.com/theodesp/thisless-deque
A simple deque implementation in Javascript without using the this keyword
datastructures deque exercises javascript this
Last synced: 10 Apr 2025
https://github.com/erizocosmico/ring_queue
Double-ended queue implementation for Rust.
circular data-structure deque queue ring rust
Last synced: 02 Apr 2025
https://github.com/wildandart/doublylinkedlist
Doubly Linked List with Deque Functionality: A TDD-driven implementation of a doubly linked list with deque operations for flexible and dynamic list management.
deque doublylinkedlist java junit5 tdd tdd-java
Last synced: 14 Apr 2025
https://github.com/dnaeon/go-deque
A simple, generic and thread-safe deque implementation
deque double-ended-queue go golang
Last synced: 13 Apr 2025
https://github.com/robbypambudi/struktur-data
Kumpulan tugas dan latihan mata kuliah Struktur Data - Institut Teknologi Sepuluh Nopember
deque dynamic-array queue stack struktur-data
Last synced: 15 Apr 2025
https://github.com/tornikegomareli/deque
🦸♂️A Deque collection type implemented with Swift's protocols: Sequence, Collection, MutableCollection, and BidirectionalCollection with using of circular buffer to maximize memory usage
circular-buffer collection-protocol data-structures deque swift
Last synced: 02 Apr 2025
https://github.com/thaliaarchi/deque
Reusable double-ended queue iterable container implemented as a circular array.
Last synced: 25 Nov 2024
https://github.com/stillpoint-software/hyperbee.collections
Additional collections types such as ConcurrentSet, OrderDictionary and LinkedDictionaries
collections csharp deque dictionaries dotnet trie
Last synced: 18 Dec 2024
https://github.com/yuhima03/yuh.collections
A .NET library that provides collection types and methods to search through a collection.
collections csharp csharp-library deque dotnet dotnet-library searching-algorithms
Last synced: 09 Apr 2025
https://github.com/adityasinghvats/cpp---code
Data Structures and Algorithms
array bitwise circular-queue deque hashmaps hashsets infix-to-postfix iterator linkedlist modulo multimap multiset object-oriented-programming operatoroverloding prefixsum queue recursion sliding-window stack vector
Last synced: 10 Apr 2025
https://github.com/micahondiwa/monty
Monty 0.98 is a scripting language that is first compiled into Monty byte codes (Just like Python)
brainfuck brainfuck-compiler brainfuck-interpreter c deque enqueue gcc gcc-complier pop pull push queue stack
Last synced: 03 Apr 2025
https://github.com/dikshita25/pa11y-e2e-tests
Aider for performing accessibility testing using Pa11y and Puppeteer
a11y accessibility automation automation-framework automation-test axe deque html-codesniffer htmlcodesniffer javascript nodejs pa11y pa11y-runner puppeteer
Last synced: 28 Mar 2025
https://github.com/jaydattpatel/standard-template-library
Standard Template Library (STL) in C++
containers cpp deque list map multimap multiset oop-in-cpp queue set stack standard-template-library stl-containers template vector
Last synced: 11 Mar 2025
https://github.com/netromdk/cods
Collection of Data Structures (vanilla C++14)
bitset cpp cpp-library cpp14 data-structures deque hashmap pair priority-queue queue ring-buffer set stack template-library vector
Last synced: 12 Mar 2025
https://github.com/alansastre/java-data-structures
Estructuras de datos en Java
data-structures deque java java11 java17 java8 linked-list queue stack treemap vector
Last synced: 02 Mar 2025
https://github.com/masumkhan081/python-code-notes
A personal collection of code notes, use cases, and best practices organized by topics for quick reference.
arrays-and-strings concurrency data-structures data-types deque dictionaries-in-python language-learning lists-python matpotlib multithreading numpy-arrays pandas python read-write sets-python tuples-in-python
Last synced: 02 Mar 2025
https://github.com/adolbyb/cpp-data-structures
Code I Wrote From 2 C++ Classes at FAU.
abstract-data-types c-plus-plus class computer-science containerization copy-constructor data-structures deque destructor double-linked-list dynamic-array function-template linked-list memory-allocation operator-overloading queue stack struct vector
Last synced: 13 Mar 2025
https://github.com/lesiaukr/goit-algo-hw-02
Master's | Basic Algorithms & Data structures | Module 2 | Main Data Strucrures
data-structures deque doubly-linked-list goit-algo-hw-02 graph hash-tables linked-list lists queue stack
Last synced: 24 Mar 2025
https://github.com/alexforster/deque
A simple fixed-size deque implementation in C.
Last synced: 13 Mar 2025
https://github.com/rddevitte/libdatastructures
A C library with a collection of basic data structures
array avl-tree c data-structures deque doubly-linked-list linked-list map queue stack static-lib static-library
Last synced: 14 May 2025
https://github.com/adithaker/datastructures_algos_c
👓(ONGOING) This repo will contain all ds and algorithms required for competitive programming in
algorithms c competitive-programming data-structures deque linked-list queue stack
Last synced: 01 Mar 2025
https://github.com/adithaker/datastructures_algos_js
✨(ONGOING) This repo will contain all ds and algorithms required for competitive programming in JavaScript.
algorithms competitive-programming datastructures deque javascript linked-list queues stack
Last synced: 01 Mar 2025
https://github.com/coopsdev/boundedprioritydeque
Single-header, lightweight, and performant bounded priority deque with wide applicability via templating
ball-tree ball-tree-helper bounded-deque bounded-priority-deque bounded-priority-dequeue bounding-sphere circular-buffer deque optimization performance performance-data-structures priority-deque tsp-helper
Last synced: 22 Feb 2025
https://github.com/bell-kevin/queue
Create a project that practices queues and stacks. Look at the projects in Fig 10.11, the Chipotles Queue project, and Figures 10.13 a, b, and c, the Driveway Parking program, as references. Instructions for the code to create and work with a queue: Create a queue Add 3 names to it Print the queue Remove a name and print it Print the queue Add another name Print the queue In a loop, until the queue is empty, remove a name and print it
array-deque deque object-oriented-programming queue
Last synced: 17 Mar 2025
https://github.com/astrodynamic/container-deque-for-c-calculator-s-operation
Container Deque for C Calculator's operation - a library for working with arithmetic operations in C calculators. Includes Deque.a static library and deque.h header file.
c calcu cmake container deque library makefile
Last synced: 02 Mar 2025
https://github.com/deftio/fifostr
python mutable string class with streaming pattern recognition parser and FIFO support
deque fifo-queue mutable-python-string parser python regex streaming-parser
Last synced: 06 Apr 2025
https://github.com/shiru99/collection-framework
Java Collection Framework & Sorting techniques
arraylist comparable comparato deque hashset linked-list maps queue set stack treeset vector
Last synced: 25 Feb 2025
https://github.com/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.
circular-buffer cyclic-buffer data-oriented-design data-structure deque dequeue doubly-ended-queue es2020 in-memory javascript js monotonic-stack node-js nodejs sequential stream-processing ts typescript
Last synced: 14 Apr 2025
https://github.com/seng3694/deque
Simple implementation of a double-ended queue in C
c cmake deque double-ended-queue
Last synced: 21 Mar 2025
https://github.com/jabbalaci/c-utils
C utility functions / libraries for my own projects
c deque dynamic-array library linked-list utilities utility utils
Last synced: 04 Apr 2025
https://github.com/hyunjinno/data-structures-ts
Common data structures implemented in TypeScript.
data-structures-algorithms deque javascript priority-queue typescript
Last synced: 21 Mar 2025
https://github.com/smoren/deque-implementation-cpp
Собственная реализация контейнера deque, написанная в целях понимания принципов работы данного контейнера
Last synced: 21 Mar 2025
https://github.com/avitkauskas/mojo-datastructs
Some data structures that are not yet implemented in the standard library of Mojo.
Last synced: 22 Mar 2025
https://github.com/kevinlin1/deques
An introduction to data structures and algorithm analysis through a comparison of double-ended queue implementations.
data-structures deque education queue stack
Last synced: 08 Apr 2025
https://github.com/leosimoes/uerj-estruturas-de-dados-i
Trabalho desenvolvido na disciplina de Algoritmos e Estruturas de Dados no período 2014.1. Implementação das estruturas de dados do tipo Lista, Pilha, Fila e Deque de formas encadeadas e sequenciais.
cpp data-structures deque list queue stack
Last synced: 24 Mar 2025
https://github.com/willothy/deque-lang
Deque Language VM written in Rust
deque esoteric-language programming-language rust
Last synced: 30 Mar 2025
https://github.com/endreot/datastructures
Implementations of common data structures
binary-search-tree data-structures deque linked-list queue stack unit-testing
Last synced: 31 Mar 2025
https://github.com/mirror4s/deque
A double ended queue implementation based on linked list and array.
data-structures-and-algorithms deque java
Last synced: 02 Apr 2025
https://github.com/matheus-foscarinid/python-deque
Simple Double-ended Queue (DEQUE) implementation in Python, made to my data structures class
Last synced: 05 Mar 2025
https://github.com/german-one/uni_deque
C Deque Library, for any data type, also already specialized for common types
c deque doubly-linked-list enumerable sortable
Last synced: 20 Feb 2025
https://github.com/xkrejc70/unipi-cpc-project1
CPC - Competitive Programming and Contests - Project: Sliding Window Maximum problem
bst competitive-programming deque heap sliding-window-algorithm unipisa
Last synced: 16 Mar 2025
https://github.com/data-structures-and-algorithms/deque
:snake: Python's deque data structure for JavaScript
agpl computer-science data-structures deque javascript
Last synced: 06 May 2025
https://github.com/ryansakurai/data-structure-pack
Pack of data structures implemented in C
c data-structures deque heap list ordered-list queue stack
Last synced: 21 Mar 2025
https://github.com/mansi-k/adsa_assignment1
Implemented infix calculator using stack, generic deque and BigInteger operations from scratch
big-integer big-integer-arithmetic deque infix-calculator scratch-implementation
Last synced: 15 Apr 2025