1.

Suffix array is space efficient and faster than the suffix tree.(a) True(b) FasleMy query is from Arrays Types topic in division Arrays Types of Data Structures & Algorithms II got this question by my college professor while I was bunking the class.

Answer»

Right CHOICE is (b) Fasle

Explanation: Suffix ARRAYS are more space efficient than the suffix trees as they just store the original STRING and an array of INTEGER. But working with suffix tree is FASTER than that of the suffix array.



Discussion

No Comment Found

Related InterviewSolutions