Unverified Commit 1c4b237d authored by ir1d's avatar ir1d Committed by GitHub
Browse files

Merge pull request #1166 from 24OI/Xeonacid-patch-1

fix format
parents be98fd0c 1078f465
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -88,8 +88,8 @@ SAM 最简单、也最重要的性质是,它包含关于字符串 $s$ 的所
>
> $$
> \begin{cases}
>  endpos(w)\subseteq endpos(u) & if\ u\ is\ a\ suffix\ of\ w\\
>  endpos(w)\cap endpos(u)=\varnothing & otherwise\\
> endpos(w) \subseteq endpos(u) & \text{if } u \text{ is a suffix of } w \\
> endpos(w) \cap endpos(u) = \varnothing & \text{otherwise}
> \end{cases}
> $$