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.
gozumiabout 3 years agoabstract, data, type, queue
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
nevosover 3 years agotree, trie, autocomplete, digital tree