Skip to content

ehymel/quadtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quadtree

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.

About

p5 project based on quadtree 'coding challenge' video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published