For what size of nodes, the worst case of usage of space in suffix tree seen?
(a) n Nodes
(b) 2^n Nodes
(c) 2n nodes
(d) n! nodes
Question is taken from Suffix tree in division Trie of Data Structures & Algorithms I
The question was posed to me during an online exam.