SLIDE 14 Related work
To the best of our knowledge no previous research on the general case of Period Queries. Even for computing the maximal period, only straightforward solutions:
memorize all answers — O(n2) space, O(1) query time compute the answer from scratch for each query — no extra space, O(n) query time
Efficient data structures for primitivity testing (generalized by (1 + δ)-Period Queries with δ = 1)
Karhum¨ aki, Lifshits & Rytter; CPM 2007 O(n log n) space, O(1) query time, Crochemore et. al; SPIRE 2010 O(n logε n) space, O(log n) query time.
Tomasz Kociumaka Efficient Data Structures for the Factor Periodicity Problem 5/15