Top "Space-partitioning" questions

When to use Binary Space Partitioning, Quadtree, Octree?

I have recently learned about binary space partitioning trees and their application to 3d graphics and collision detection. I have …

3d tree quadtree octree space-partitioning