Suffix Tree using Ukkonen’s algorithm

Construct suffix tree using Ukkonen’s algorithm which is linear time algorithm
Back to Top