LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
comptSort/__about__.py
comptSort/__init__.py
comptSort/cli.py
comptSort/comptSort.py
comptSort/py.typed
comptSort.egg-info/PKG-INFO
comptSort.egg-info/SOURCES.txt
comptSort.egg-info/dependency_links.txt
comptSort.egg-info/entry_points.txt
comptSort.egg-info/top_level.txt
comptSort/algorithms/__init__.py
comptSort/algorithms/algorithms.py
comptSort/algorithms/binary_insertion.py
comptSort/algorithms/binary_search.py
comptSort/algorithms/bubble.py
comptSort/algorithms/insertion.py
comptSort/algorithms/merge.py
comptSort/algorithms/quick.py
comptSort/algorithms/sorter.py
docs/CO2412 Computational Thinking Alt 1.pdf
docs/Report.pdf
tests/__init__.py
tests/test_bisect.py
tests/test_sort.py