From 382ec64b35ea01f70d639c2667f0fdb8170ad91a Mon Sep 17 00:00:00 2001 From: JJCUBER <34446698+JJCUBER@users.noreply.github.com> Date: Fri, 12 Sep 2025 22:55:10 -0400 Subject: [PATCH] fix double import of suffix automaton --- content/strings/chapter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/strings/chapter.tex b/content/strings/chapter.tex index 1066b9a62..07a88fe37 100644 --- a/content/strings/chapter.tex +++ b/content/strings/chapter.tex @@ -12,5 +12,5 @@ \chapter{Strings} \kactlimport{HashInterval.h} \kactlimport{AhoCorasick.h} \kactlimport{LyndonFactorization.h} -\kactlimport{SuffixAutomaton.h} +% \kactlimport{SuffixAutomaton.h} % \kactlimport{SuffixAutomaton2.h}