circle-ds
A suite of circular data structures, including deques, lists, maps, queues, sets and stacks.
A suite of circular data structures, including deques, lists, maps, queues, sets and stacks.
Standard data structure
A data structures package including Stack, Queue, Linked List, and Tree
All ypu need to work with linked lists in a declarative and intuitive way with higher order functions like sort, map, filter and reduce etc.
Data structures and algorithms written in JavaScript with TypeScript types
Doubly linked list in TypeScript
ds-kit is an NPM package provide ready to use famous data structures to JavaScript. It draws inspiration from the structured beauty of C++ STL.
Various linked list implementations on TypeScript
A high-performance JavaScript and TypeScript library offering a comprehensive set of efficient data structures. Simplify your algorithm implementation and data manipulation with optimized, easy-to-use tools.
ES6 JS lightweight data structures (Priority Queue, Binary Search Tree (BST), Graph, Bloom Filters, Trie, Queue, Stack, Linked-List)
Linked Lists using Generics
A full-fledged data structure library with linked list and double linked list implementation
A Doubly Linked List implementation for JavaScript