data_structures.kd_tree.example.example_usage

Functions

main(→ None)

Demonstrates the use of KD-Tree by building it from random points

Module Contents

data_structures.kd_tree.example.example_usage.main() None

Demonstrates the use of KD-Tree by building it from random points in a 10-dimensional hypercube and performing a nearest neighbor search.