I want to know how to create suffix link in suffix automaton ? I tried a lot, I read suffix automaton from this site but unable to get the idea . I tried some papers from that to hard to understand for me.If someone want to explain ,it will be great help for me and another naive coders .Hope if you use figures(pictures) that will be awesome.
site link is broken.
link: http://e-maxx.ru/algo/suffix_automata
site http://e-maxx.ru/algo/suffix_automata
Try to read about Suffix Array. It's way easier to understand and (in my opinion) much more useful in contests, because of its simpler implementation.