From 6d1af499c08ff609d533c9fce77d27e34bd7980c Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Sat, 15 Oct 2016 23:56:51 +0200 Subject: Adding code for longest increasing subsequence. --- math/math.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'math/math.tex') diff --git a/math/math.tex b/math/math.tex index a27c992..998fc2e 100644 --- a/math/math.tex +++ b/math/math.tex @@ -105,6 +105,9 @@ Multipliziert Polynome $A$ und $B$. \subsection{3D-Kugeln} \lstinputlisting{math/spheres.cpp} +\subsection{Longest Increasing Subsequence} +\lstinputlisting{math/longestIncreasingSubsequence.cpp} + \subsection{Kombinatorik} \subsubsection{Berühmte Zahlen} -- cgit v1.2.3