AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.rst
MANIFEST.in
README.rst
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/guide.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/versioning.rst
pyalgos/__init__.py
pyalgos/__pkg__.py
pyalgos.egg-info/PKG-INFO
pyalgos.egg-info/SOURCES.txt
pyalgos.egg-info/dependency_links.txt
pyalgos.egg-info/top_level.txt
pyalgos/sorting/__init__.py
pyalgos/sorting/insertion.py
pyalgos/sorting/selection.py
tests/__init__.py
tests/fixtures.py
tests/test_sorting.py