What is the worst-case space complexity of a suffix tree for a string of length n?
O(n^2)
O(n log n)
O(n)
O(2^n)

Advanced Data Structures Exercises are loading ...