Suffix array and Suffix tree

Can anyone tell me the simplest implementation of sufix tree and suffix array(nlogn^2).?

2 Likes

Link

1 Like

See this…Gamabunta’s implementation

1 Like

U can see this blog http://algorithmsandme.com/2015/01/suffix-array/ has a nice descriptive explanation of suffix array

1 Like

please Tell me also link who has described which is easy to understand i have tried i didnot get it…

I think this link would help you @rcsldav2017 CLick

1 Like

I have already been through geeksforgeeks and topcoder tutorial.

thanks… @apptica