LICENSE
README.md
pyproject.toml
setup.py
algogears/__init__.py
algogears/core.py
algogears/dynamic_hull.py
algogears/graham.py
algogears/jarvis.py
algogears/kd_tree.py
algogears/preparata.py
algogears/quickhull.py
algogears.egg-info/PKG-INFO
algogears.egg-info/SOURCES.txt
algogears.egg-info/dependency_links.txt
algogears.egg-info/top_level.txt
tests/__init__.py
tests/algorithms/__init__.py
tests/algorithms/test_dynamic_hull.py
tests/algorithms/test_graham.py
tests/algorithms/test_jarvis.py
tests/algorithms/test_kd_tree.py
tests/algorithms/test_preparata.py
tests/algorithms/test_quickhull.py
tests/entities/__init__.py
tests/entities/test_avl_tree.py
tests/entities/test_bin_tree.py
tests/entities/test_bin_tree_node.py
tests/entities/test_threaded_bin_tree.py