Question
A programmer needs substring search and text indexing, and the chosen structure has the property that suffixes are ordered lexicographically. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Suffix Array
Explanation:
Suffix Array fits because it supports substring search and text indexing and suffixes are ordered lexicographically.
Both clues point to this choice.
Leave a Reply