Suffix Tree Multiple Choice Questions and Answers (MCQs) – 2
This set of Data Structures & Algorithms Multiple Choice Questions & Answers (MCQs) focuses on “Suffix Tree – 2”. 1. What is a time complexity for x pattern occurrence of length n? a) O (log n!) b) Ɵ (n!) c) O (n2) d) Ɵ (n + x) 2. What is a time complexity for finding … Read more