InterviewSolution
Saved Bookmarks
| 1. |
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! nodesQuestion is taken from Suffix tree in division Trie of Data Structures & Algorithms IThe question was posed to me during an online exam. |
|
Answer» Right CHOICE is (c) 2n nodes |
|