I have been reading up on Ukkonen's Suffix tree for my work and wanted to confirm if the following is true.
Would it be correct to say that in a Ukkonen Suffix Tree:
Only edges that lead to leaf nodes can have multiple consecutive characters compressed as part of it. And that edges between interior nodes (like say, from the root to an interior node) can only represent a single character.