Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JoelSjostrand/counttrie

Trie (prefix tree) with string count, removal, and edit-distance find functionality in python/cython
https://github.com/JoelSjostrand/counttrie

Last synced: about 2 months ago
JSON representation

Trie (prefix tree) with string count, removal, and edit-distance find functionality in python/cython

Awesome Lists containing this project

README

        

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.