Question
Which data structure or concept is best described as a sorted array of all suffix starting positions of a string?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Suffix Array
Explanation:
Suffix Array is a sorted array of all suffix starting positions of a string.
This description distinguishes it from the other choices.
Leave a Reply