Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 459 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 459 Bytes

trie-x

Multi-language's implementations of the trie. Features include lookup, traversals, word autocompletion, and sensitive words filtering.

字典树的众语言实现,包括查找遍历单词自动补全敏感词过滤功能。

  • C
  • Crystal
  • Erlang
  • Elixir
  • Factor
  • Go
  • Haskell
  • Lisp
  • Nim
  • Python3
  • Rust
  • Zig
  • ...

Contributions are welcome!