Skip to content

Commit 487af7f

Browse files
committed
fix: reorder the chapters
move Ln9 and Ln11 in front of dp
1 parent 9d8e98c commit 487af7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

book.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
\pagenumbering{arabic}
3434

3535
% add your code here
36-
\input{src/example.tex}
37-
\input{src/dynamic-programming-1.tex}
38-
\input{src/Network-flows.tex}
36+
% \input{src/example.tex}
3937
\input{src/Ln9-NearestPoints.tex}
4038
\input{src/Ln11-LargeIntegerMultiplication.tex}
39+
\input{src/dynamic-programming-1.tex}
40+
\input{src/Network-flows.tex}
4141

4242
\bibliography{ref.bib}
4343
\end{document}

0 commit comments

Comments
 (0)