impossible via bourgain's construction
All checks were successful
Build LaTeX on Host / build (push) Successful in 7s

This commit is contained in:
2025-07-23 18:56:19 +08:00
parent 8627ece41a
commit 48cac1c9d2
2 changed files with 30 additions and 10 deletions

11
algo.sty Normal file
View File

@@ -0,0 +1,11 @@
\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}}