carsonfarmer / fastpair

FastPair: Data-structure for the dynamic closest-pair problem.
MIT License
12 stars 4 forks source link

boil down `basic_usage.ipynb` further - hard code points #41

Closed jGaboardi closed 1 month ago

jGaboardi commented 1 month ago

On another note I am thinking that boiling the basic_usage demo even further by having hard-coded points would be an even better intro. Probably move the the random_points function to another demo when that happens. Leave as it for this PR.

xref - https://github.com/carsonfarmer/fastpair/pull/40#issuecomment-2162945106