Search results
17 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Implementation of interval tree data structure.
Different Tree Implementations
Tree Multiset, AVLTree, BST, Binary Tree. Javascript & Typescript Data Structure.
- Tree Multiset
- tree multiset
- treemultimap
- tree-multimap
- duplicate elements
- duplicate
- node
- nodes
- element
- elements
- count
- Count
- order statistics
- self balancing
- View more
Tree Multiset, AVLTree, BST, Binary Tree. Javascript & Typescript Data Structure.
- Tree Multiset
- tree multiset
- treemultiset
- tree-multiset
- duplicate elements
- duplicate
- node
- nodes
- element
- elements
- count
- Count
- order statistics
- self balancing
- View more
AVLTree(Adelson-Velsky and Landis Tree). Javascript & Typescript Data Structure.
- avl
- AVL
- tree
- Tree
- avl tree
- avl-tree
- avltree
- AVL Tree
- avl tree data structure
- self-balancing
- selfbalancing
- selfbalance
- self balance
- self
- View more
Flexible AVL Tree for TypeScript
An AVL Binary search tree implementation in typescript.
It is a binary tree that is balanced automatically when node insertion or removal takes place.
A simple AVL tree implementation.
A sorted list using AVL the balanced binary search tree.
A simple AVL Tree and Max(Min) Heap library which works in both client side and server side with no dependency
A module to perform all the avl tree implementations using node.js.Minimizes height recursions hence faster
A generic self-balancing binary tree
Javascript Abstract Data Types
Implementation of commonly used data structures and utilities in JavaScript.
- ds
- sort map
- data structures
- JavaScript
- AVL
- AVLTree
- Trie
- TernarySearchTrie
- MultiWayTrie
- SkipList
- BTree
- BinarySearch
- BinarySearchTree
- SortedMap
- View more
A TS/JS implemenation of a self-balancing binary tree with mapped data nodes
A fairly lightweight implementation of common data structures (Stacks, Queues, Lists, and Trees) in typescript that don't have native js implementations.