Small fixes
This commit is contained in:
parent
d4ea994907
commit
797035fd8a
13 changed files with 43 additions and 43 deletions
|
|
@ -108,7 +108,7 @@ It means that $x<y$ if either $x \neq y$ and $x$ is a prefix of $y$,
|
|||
or there is a position $k$ such that
|
||||
$x[i]=y[i]$ when $i<k$ and $x[k]<y[k]$.
|
||||
|
||||
\section{Trie structure}
|
||||
\section{Trie structures}
|
||||
|
||||
\index{trie}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue