trie.ts

TypeScript library providing a trie (prefix tree) datastructure.

Usage no npm install needed!

<script type="module">
  import trieTs from 'https://cdn.skypack.dev/trie.ts';
</script>

README

trie.ts

A TypeScript trie (prefix tree) implementation.

todo

  • Add usage examples.