Skip to content

cartoonist/suffixtree

Repository files navigation

Build Status PyPI Release PyPI Status Python License

Suffix tree library

A Python (Python3) implementation of suffix tree. The suffix tree is constructed by Ukkonen's algorithm.

Installation

You can install the library using pip (pip3):

pip install suffixtree

Examples

TODO