This is my version of the p5 project from the Coding Challenge youtube video.
Quadtree is used to greatly reduce the burden of iterating over a large group of points as they relate to other points; it reduces the run time from n^2 to n*log(n) time.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is my version of the p5 project from the Coding Challenge youtube video.
Quadtree is used to greatly reduce the burden of iterating over a large group of points as they relate to other points; it reduces the run time from n^2 to n*log(n) time.