first commit
All checks were successful
build pdf / build (push) Successful in 9s

This commit is contained in:
2025-07-29 00:57:36 +08:00
commit e3a09664bc
8 changed files with 1068 additions and 0 deletions

12
algo.sty Normal file
View File

@@ -0,0 +1,12 @@
% copied from one of UIUC courses by Chandra Chekuri. I can't find the exact link now...https://courses.grainger.illinois.edu/cs598cci/sp2020/
\def\begin@lg{\begin{minipage}{1in}\begin{tabbing}
\quad\=\qquad\=\qquad\=\qquad\=\qquad\=\qquad\=\qquad\=\kill}
\def\end@lg{\end{tabbing}\end{minipage}}
\newenvironment{algorithm}
{\begin{tabular}{|l|}\hline\begin@lg}
{\end@lg\\\hline\end{tabular}}
\newenvironment{algo}
{\begin{center}\begin{algorithm}}
{\end{algorithm}\end{center}}