data_structures.kd_tree.example.example_usage
=============================================

.. py:module:: data_structures.kd_tree.example.example_usage


Functions
---------

.. autoapisummary::

   data_structures.kd_tree.example.example_usage.main


Module Contents
---------------

.. py:function:: 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.