Skip to content

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

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE
BSD-3-Clause
LICENSE.txt
Notifications You must be signed in to change notification settings

pombredanne/counttrie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

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

Resources

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE
BSD-3-Clause
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%