Short Python Script which generates a kd-tree, and also another script to export it to an image. The main purpose of this is to demonstrate how kd-trees look like. Kd trees can also be pruned (will provide examples at a later date)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fan-Wu Geoffrey Yang a994e74dc2
Initial commit
3 years ago
LICENSE Initial commit 3 years ago
README.md Initial commit 3 years ago

README.md

Kd-Tree

Short Python Script which generates a kd-tree, and also another script to export it to an image.

The main purpose of this is to demonstrate how kd-trees look like.

Kd trees can also be pruned (will provide examples at a later date)