From 92f02961b71c82c91d2968c0b1f392c89d0dc57f Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Thu, 4 May 2017 16:22:27 +0200 Subject: Adding fast Input/Output and Manacher's algorithm. --- other/other.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'other/other.tex') 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. -- cgit v1.2.3