A simulation of animals that fly in flocks and collide with each other. Internally, it uses an implementation of a bucket-PR-quad-tree to manage searches for nearby neighbors.
-
Updated
Aug 23, 2023 - Python
A simulation of animals that fly in flocks and collide with each other. Internally, it uses an implementation of a bucket-PR-quad-tree to manage searches for nearby neighbors.
Implementation of a PR quadtree in C supporting data point insertion, individual and multiple point searches within a query rectangle
Add a description, image, and links to the pr-quadtree topic page so that developers can more easily learn about it.
To associate your repository with the pr-quadtree topic, visit your repo's landing page and select "manage topics."