@datastructures-js/trie-v4.0.0
[4.0.0] - 2021-02-23
Changed
.insert
can be chained..remove
now returns the removed word.- better handling for null & undefined.
Added
.fromArray
static function to convert a list into a trie.
Fixed
- jsdoc
- README
.insert
can be chained..remove
now returns the removed word..fromArray
static function to convert a list into a trie.