An open API service indexing awesome lists of open source software.

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/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/liyue201/gostl

Data structure and algorithm library for go, designed to provide functions similar to C++ STL

bitmap bloomfilterr deque hamt ketama list multiset queue rbtree set skiplist sort stack stl vector

Last synced: 14 May 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/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/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/stephencleary/deque

Double-ended queue

c-sharp deque

Last synced: 16 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/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/namenu/data.deque

Persistent Deque for Clojure(Script)

clojure deque

Last synced: 16 Mar 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/dennis-van-gils/python-dvg-ringbuffer

Numpy ring buffer at a fixed memory address to allow for significantly sped up numpy, sigpy, numba & pyFFTW calculations.

buffer circular deque numba numpy pyfftw ring scipy

Last synced: 24 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/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/jfontan/go-jdeque

Chunk based deque for Go

deque go queue

Last synced: 06 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/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.

cpp deque iterator

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/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/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/gammazero/ring

Fixed-size circular deque

circular-queue deque

Last synced: 05 Apr 2025

https://github.com/alexforster/deque

A simple fixed-size deque implementation in C.

c data-structures deque

Last synced: 13 Mar 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/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/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, написанная в целях понимания принципов работы данного контейнера

data-container 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.

deque 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/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

deque python

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/korkje/deque

Double-ended queue for Deno

deno deque queue typescript

Last synced: 28 Mar 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