Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 17 Dec 2024

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: 18 Dec 2024

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: 27 Oct 2024

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: 19 Dec 2024

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: 20 Dec 2024

https://github.com/gammazero/deque

Fast ring-buffer deque (double-ended queue)

circular-buffer circular-queue deque queue ring-buffer

Last synced: 19 Dec 2024

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: 08 Nov 2024

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: 28 Oct 2024

https://github.com/edwingeng/deque

A highly optimized double-ended queue

array deque dequeue double-ended-queue golang list queue vector

Last synced: 26 Oct 2024

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: 21 Dec 2024

https://github.com/phf/go-queue

Queue data structure for Go; SAY NO TO GITHUB

datastructure deque fast golang queue

Last synced: 15 Dec 2024

https://github.com/stephencleary/deque

Double-ended queue

c-sharp deque

Last synced: 16 Dec 2024

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: 21 Dec 2024

https://github.com/namenu/data.deque

Persistent Deque for Clojure(Script)

clojure deque

Last synced: 27 Oct 2024

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: 09 Nov 2024

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: 28 Oct 2024

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: 18 Dec 2024

https://github.com/blakeembrey/deque

JavaScript implementation of a double-ended queue

deque dequeue double-linked-list iterator linked-list queue stack

Last synced: 01 Nov 2024

https://github.com/emekoi/deque.zig

a lock free chase-lev deque for zig

concurrent deque lock-free zig

Last synced: 28 Sep 2024

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: 27 Oct 2024

https://github.com/jfontan/go-jdeque

Chunk based deque for Go

deque go queue

Last synced: 13 Nov 2024

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: 11 Oct 2024

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 Oct 2024

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: 14 Nov 2024

https://github.com/vitkarpov/stljs

It's STL (👋 C++ fans) for your {Type,Java}Script projects.

deque heaps javascript stl typescript

Last synced: 27 Oct 2024

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: 16 Nov 2024

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: 16 Dec 2024

https://github.com/theodesp/thisless-deque

A simple deque implementation in Javascript without using the this keyword

datastructures deque exercises javascript this

Last synced: 08 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: 12 Oct 2024

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/erizocosmico/ring_queue

Double-ended queue implementation for Rust.

circular data-structure deque queue ring rust

Last synced: 15 Dec 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/gammazero/ring

Fixed-size circular deque

circular-queue deque

Last synced: 18 Dec 2024

https://github.com/alexforster/deque

A simple fixed-size deque implementation in C.

c data-structures deque

Last synced: 19 Nov 2024

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: 21 Nov 2024

https://github.com/hyunjinno/data-structures-ts

Common data structures implemented in TypeScript.

data-structures-algorithms deque javascript priority-queue typescript

Last synced: 26 Nov 2024

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: 15 Nov 2024

https://github.com/lesiaukr/goit-algo-hw-02

Master's | Basic Algorithms & Data structures | Module 2

data-structures deque doubly-linked-list graph hash-tables linked-list lists queue stack

Last synced: 02 Dec 2024

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: 02 Dec 2024

https://github.com/seng3694/deque

Simple implementation of a double-ended queue in C

c cmake deque double-ended-queue

Last synced: 28 Nov 2024

https://github.com/smoren/deque-implementation-cpp

Собственная реализация контейнера deque, написанная в целях понимания принципов работы данного контейнера

data-container deque

Last synced: 28 Nov 2024

https://github.com/avitkauskas/mojo-datastructs

Some data structures that are not yet implemented in the standard library of Mojo.

deque mojo

Last synced: 28 Oct 2024

https://github.com/willothy/deque-lang

Deque Language VM written in Rust

deque esoteric-language programming-language rust

Last synced: 10 Dec 2024

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: 13 Nov 2024

https://github.com/mirror4s/deque

A double ended queue implementation based on linked list and array.

data-structures-and-algorithms deque java

Last synced: 14 Dec 2024

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: 23 Nov 2024