Блог пользователя rhezo

Автор rhezo, история, 10 лет назад, По-английски

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. :)

  • Проголосовать: нравится
  • +20
  • Проголосовать: не нравится

»
10 лет назад, скрыть # |
 
Проголосовать: нравится +8 Проголосовать: не нравится

I implemented it via that post on stackoverflow

link