performant-array-to-tree
Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.
Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.
A package implementing a HashTable and HashSet
Utility library for misc shared code for @opticss packages.
Fixed size circular array datastructure
Implementation of several common data structures.
TypeScript Library: Algorithms & Data Structures
Native HashSet implementation for Node/io.js
javascript/nodejs 数据结构
Yet another collection of datastructures, but in TS
this contains all of the data structures implemented and ready to use
A collections library for typescript with support for equals and hashcode.
- Stack - Queue - Linked List - Tree - Graph - Hash Table
data structure and algorithms logics for NodeJS
Stacked Mate is a lightweight and easy-to-use data structures library that provides several commonly used data structures for use in your projects.
This is a library of useful JS concepts and data structures for Node and the browser. It it, unashamedly, a dumping ground for code needed by [@samthor](https://twitter.com/samthor)'s projects.
Datanime (env) file for Animemaker
This is a package containing multiple **datastructures** and some **graph algorithms** written in typescript with no dependencies usable with commonjs, esm and in the browser. Also some other handy utility function are contained in this package.
Messing around with implementing data structures in typescript