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

https://github.com/samstan4/mccreight-suffix-tree-algorithm

An implementation of the McCreight suffix tree construction algorithm implemented in C++
https://github.com/samstan4/mccreight-suffix-tree-algorithm

algorithms datastructures genomics tree-structure trie-structure

Last synced: 12 months ago
JSON representation

An implementation of the McCreight suffix tree construction algorithm implemented in C++

Awesome Lists containing this project

README

          

# McCreight-Suffix-Tree-Algorithm
- An implementation of the $$O(n)$$ time suffix tree construction algorithm created in 1976
## Sources