Skip to content

Commit a65cd96

Browse files
committed
Include FastInput in the pdf
1 parent a6d8ad1 commit a65cd96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/various/chapter.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ \section{Misc. algorithms}
99
\kactlimport{TernarySearch.h}
1010
\kactlimport{LIS.h}
1111

12-
\newpage % the rest fits nicely on one page
1312
\section{Dynamic programming}
1413
\kactlimport{KnuthDP.h}
1514
\kactlimport{DivideAndConquerDP.h}
15+
\newpage % the rest fits nicely on one page
1616

1717
\section{Debugging tricks}
1818
\begin{itemize}
@@ -37,7 +37,7 @@ \section{Optimization tricks}
3737
\item \lstinline{#pragma GCC optimize ("trapv")} kills the program on integer overflows (but is really slow).
3838
\end{itemize}
3939
\kactlimport{FastMod.h}
40-
% \kactlimport{FastInput.h}
40+
\kactlimport{FastInput.h}
4141
\kactlimport{BumpAllocator.h}
4242
\kactlimport{SmallPtr.h}
4343
\kactlimport{BumpAllocatorSTL.h}

0 commit comments

Comments
 (0)