Table of Contents NotesColoured Tree Problem Generic sparse suffix array Sparse suffix array on minimizers Discussion / TODOsEvals These are my running notes on implementing an algorithm for Longest Common Repeat using minimizers. Notes Link to heading Coloured Tree Problem Link to heading See Lemma 3 at here Generic sparse suffix array Link to heading paper: https://arxiv.org/pdf/2310.09023.pdf code: https://github.com/lorrainea/SSA/blob/main/PA/ssa.cc For random strings and \(b \leq n / \lo...