# 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)