Skip to content

@datastructures-js/trie-v4.0.0

Compare
Choose a tag to compare
@eyas-ranjous eyas-ranjous released this 23 Feb 05:16
· 25 commits to master since this release
a359fe5

[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