test daemon font
Some checks failed
build pdf / build (push) Failing after 2s

This commit is contained in:
2025-09-04 20:27:01 +08:00
parent db92cd3e1d
commit def8b877ea

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