diff options
| author | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-12-22 12:49:35 +0100 |
|---|---|---|
| committer | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-12-22 12:49:35 +0100 |
| commit | 9facd3655e2b86799699a6fdbd566cb4b2a7fb1c (patch) | |
| tree | 4508df092aa1810d44f35be7f77e5ec3b38f7ca1 /graph/graph.tex | |
| parent | 488c92db019d01284cceeb2b8a1ac26c74001aeb (diff) | |
Adding new code for sparse table implementation and LCA.
Diffstat (limited to 'graph/graph.tex')
| -rw-r--r-- | graph/graph.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graph/graph.tex b/graph/graph.tex index 7b901f9..37356f6 100644 --- a/graph/graph.tex +++ b/graph/graph.tex @@ -58,7 +58,7 @@ VISIT(v): \lstinputlisting{graph/euler.cpp} \subsection{Lowest Common Ancestor} -\lstinputlisting{graph/LCA.cpp} +\lstinputlisting{graph/lca.cpp} \subsection{Max-Flow} |
