diff options
| author | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-05-04 16:22:27 +0200 |
|---|---|---|
| committer | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-05-04 16:22:27 +0200 |
| commit | 92f02961b71c82c91d2968c0b1f392c89d0dc57f (patch) | |
| tree | 900b037ce90f2137bdef7e38b48c72b6860ce3ed /other/other.tex | |
| parent | 8d5f3c5a9b10a5198fa2db0d298c843dd66c3719 (diff) | |
Adding fast Input/Output and Manacher's algorithm.
Diffstat (limited to 'other/other.tex')
| -rw-r--r-- | other/other.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/other/other.tex b/other/other.tex index 7a941bf..b275c6e 100644 --- a/other/other.tex +++ b/other/other.tex @@ -6,6 +6,9 @@ \subsection{Bit Operations} \lstinputlisting{other/bitOps.cpp} +\subsection{Fast IO} +\lstinputlisting{other/fastIO.cpp} + \subsection{Sonstiges} \begin{lstlisting} // Alles-Header. |
