Hi,
I'm a first yr Software Eng student & is finding it a difficulty implementing suffix trees. I only know binary search trees...
Been looking for an example code on the node structure & tree particullarly, and especially the insertion of nodes and traversing, but i can only find one website
http://mila.cs.technion.ac.il/~yona/.../suffix_tree.c

However, i don't quite understand .... I wanna store a string and lists the string & its substrings...

Help!