Search results
7 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
This module aims to provide a full suite of abstract data types. At present it provides the abstract data type, Queue, Linked List, Stack, Binary Tree an Binary Search Tree.
- abstract
- data
- type
- queue
- adt
- abstract data type
- abstract-data-type
- link list
- linked
- list
- stack
- binary tree
- binary-tree
- binary
- View more
Trie generator.
Makes an auxilary tree structure to get O(m) efficient autocomplete results, (where m is the length of a search string), without use of external dependencies.<br /> The repo is holds a list of 300k english letter already formatted as tree and available fo
- tree
- trie
- autocomplete
- digital tree
- radix tree
- prefix tree
- search
- search tree
- pattern
- composite
- design pattern
- composite pattern
- hierarchical
- data structure
- View more
This library provides advanced implementation of Red-black tree, which is a kind of self-balancing binary search tree for JavaScript
Red-black tree and binary search tree
An implementation of a binary search tree API in JavaScript
Basic Dictionary ADT implementation using a Binary-Search-Tree (BST) in Javascript