Investigate usefulness of additional rolling window algorithms
Opened this issue · 0 comments
ajcr commented
Possible algorithms to implement over a rolling window:
- palindromic / longest palindrome (Manacher's algorithm)
- monotonicity
- convexity
Opened this issue · 0 comments
Possible algorithms to implement over a rolling window: