From 5b4fee77f2d75e3e198903af1b5b87845369cf26 Mon Sep 17 00:00:00 2001 From: iambrj Date: Mon, 15 Jan 2024 19:21:25 +0530 Subject: [PATCH] cp.tex --- cp.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cp.tex b/cp.tex index bee3cf9..30c7ffa 100644 --- a/cp.tex +++ b/cp.tex @@ -816,6 +816,10 @@ \subsection{USACO Gold} \item\url{http://www.usaco.org/index.php?page=viewproblem2&cpid=789} when all queries are given beforehand, try to see if rearranging them will help solve the problem efficiently. + \item\url{https://csacademy.com/contest/archive/task/mountain-time/} + reconstruct the grid/graph using DSU + \item\url{http://www.usaco.org/index.php?page=viewproblem2&cpid=922} + complex stack code \end{itemize} \section{TODO}