I have been reading Ukkonen suffix tree algorithm from below link
https://www.geeksforgeeks.org/ukkonens-suffix-tree-construction-part-6/
And for understanding suffix-link i found the below link
https://cp-algorithms.com/string/suffix-automaton.html
But in plain algorithm the both ukkonen suffix tree algorithm and the suffix automation making me confused . I could not differentiate them from one another .
It would be very helpful to know am I making any mistake thinking both of the algorithm is similar or I am failing to identify their tricky difference.