Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 900 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 900 Bytes

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