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. :)
I implemented it via that post on stackoverflow
link
Thanks a lot.
If you could give a little description of all the variables in your code, it would be helpful for everyone.