test
Some checks failed
build pdf / build (push) Failing after 4s

This commit is contained in:
2025-09-04 20:23:46 +08:00
parent 3d3cecb204
commit db92cd3e1d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
$pdflatex = 'xelatex %O %S';
$pdflatex = 'xelatex %O -interaction=nonstopmode %S';
$pdf_mode = 1;

View File

@@ -52,7 +52,7 @@ Let $C$ and $P$ be two given set of points such that $k=|C|$ and $n=|P|$. Define
We repeatedly build grid for $C$ with different side length and insert points in $P$ into the grid.
$\log n$ rebuilds, each takes $O(k)$ time. each insertion takes $O(1)$ for points in $P$...
but how can i get the approximation...
but how can i get the approximation ?...
\begin{exercise}
Given a set $P$ of $n$ points in the plane and