File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ \section{Misc. algorithms}
9
9
\kactlimport {TernarySearch.h}
10
10
\kactlimport {LIS.h}
11
11
12
- \newpage % the rest fits nicely on one page
13
12
\section {Dynamic programming }
14
13
\kactlimport {KnuthDP.h}
15
14
\kactlimport {DivideAndConquerDP.h}
15
+ \newpage % the rest fits nicely on one page
16
16
17
17
\section {Debugging tricks }
18
18
\begin {itemize }
@@ -37,7 +37,7 @@ \section{Optimization tricks}
37
37
\item \lstinline {#pragma GCC optimize ("trapv")} kills the program on integer overflows (but is really slow).
38
38
\end {itemize }
39
39
\kactlimport {FastMod.h}
40
- % \kactlimport{FastInput.h}
40
+ \kactlimport {FastInput.h}
41
41
\kactlimport {BumpAllocator.h}
42
42
\kactlimport {SmallPtr.h}
43
43
\kactlimport {BumpAllocatorSTL.h}
You can’t perform that action at this time.
0 commit comments