rhezo's blog

By rhezo, history, 7 years ago, In English

I started learning Suffix Tree and understood the construction from this beautiful post. This is a very popular post and most of you must have learnt it from here. Does anyone have an implementation in C++ that follows what is written in that particular post?

It would be very helpful if you could also provide some additional links that might be helpful. :)

  • Vote: I like it
  • +20
  • Vote: I do not like it

»
7 years ago, # |
  Vote: I like it +8 Vote: I do not like it

I implemented it via that post on stackoverflow

link

  • »
    »
    7 years ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    Thanks a lot.

    If you could give a little description of all the variables in your code, it would be helpful for everyone.