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.
The repo is holds a list of 300k english letter already formatted as tree and available fo
Implementation of hierarchy structure in js. Gives abstraction and operations for tasks with hierarchies.