LICENSE
README.md
setup.py
AlgoGrade/__init__.py
AlgoGrade/core.py
AlgoGrade/dynamic_hull.py
AlgoGrade/graham.py
AlgoGrade/parsers.py
AlgoGrade/preparata.py
AlgoGrade/quickhull.py
AlgoGrade.egg-info/PKG-INFO
AlgoGrade.egg-info/SOURCES.txt
AlgoGrade.egg-info/dependency_links.txt
AlgoGrade.egg-info/requires.txt
AlgoGrade.egg-info/top_level.txt
tests/__init__.py
tests/answers/__init__.py
tests/answers/test_dynamic_hull.py
tests/answers/test_graham.py
tests/answers/test_preparata.py
tests/answers/test_quickhull.py
tests/graders/__init__.py
tests/graders/test_dynamic_hull.py
tests/graders/test_grade_methods.py
tests/graders/test_graham.py
tests/graders/test_mock.py
tests/graders/test_preparata.py
tests/graders/test_quickhull.py
tests/parsers/__init__.py
tests/parsers/test_point_list_and_target_point_parser.py
tests/parsers/test_point_list_parser.py