counttrie

Trie (prefix tree) implementation with some special features for e.g. bioinformatics


Keywords
trie, prefix, tree, bioinformatics
License
BSD-3-Clause-Open-MPI
Install
pip install counttrie==0.1.0

Documentation

Trie (prefix tree) implementation in cython, unlike some trie implementations it supports remove functionality and some matching functions which can be useful in e.g. bioinformatics.