AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
corsort/__init__.py
corsort/chain_and_y.py
corsort/corsort.py
corsort/corsort_borda.py
corsort/corsort_chain_decomposition_merge_v.py
corsort/corsort_chain_decomposition_merge_x.py
corsort/corsort_delegate.py
corsort/corsort_gain.py
corsort/corsort_gain_lexi.py
corsort/distance_to_sorted_array.py
corsort/entropy_bound.py
corsort/jit_scorers.py
corsort/jit_sorts.py
corsort/merge.py
corsort/montecarlo.py
corsort/multi_merge.py
corsort/partition.py
corsort/presets.py
corsort/print_order_as_letters.py
corsort/scorers.py
corsort/sort.py
corsort/sort_asort_quickselect.py
corsort/sort_binary_insertion.py
corsort/sort_ford_johnson.py
corsort/sort_largest_interval.py
corsort/sort_merge_bottom_up.py
corsort/sort_merge_top_down.py
corsort/sort_multizip.py
corsort/sort_quick.py
corsort/sort_shell.py
corsort/split_pointer_lists.py
corsort/transitive_reduction.py
corsort/util_chains.py
corsort/util_latex.py
corsort/wrap_full_jit.py
corsort/wrap_sort_scorer.py
corsort.egg-info/PKG-INFO
corsort.egg-info/SOURCES.txt
corsort.egg-info/dependency_links.txt
corsort.egg-info/not-zip-safe
corsort.egg-info/requires.txt
corsort.egg-info/top_level.txt
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/logo/logo.png
docs/logo/logo_small.png
docs/notebooks/index.rst
docs/reference/chain_and_y.rst
docs/reference/corsort.rst
docs/reference/corsort_borda.rst
docs/reference/corsort_chain_decomposition_merge_v.rst
docs/reference/corsort_chain_decomposition_merge_x.rst
docs/reference/corsort_delegate.rst
docs/reference/corsort_gain.rst
docs/reference/corsort_gain_lexi.rst
docs/reference/distance_to_sorted_array.rst
docs/reference/entropy_bound.rst
docs/reference/index.rst
docs/reference/jit_scorers.rst
docs/reference/jit_sorts.rst
docs/reference/merge.rst
docs/reference/montecarlo.rst
docs/reference/multi_merge.rst
docs/reference/partition.rst
docs/reference/presets.rst
docs/reference/print_order_as_letters.rst
docs/reference/scorers.rst
docs/reference/sort.rst
docs/reference/sort_asort_quickselect.rst
docs/reference/sort_binary_insertion.rst
docs/reference/sort_ford_johnson.rst
docs/reference/sort_largest_interval.rst
docs/reference/sort_merge_bottom_up.rst
docs/reference/sort_merge_top_down.rst
docs/reference/sort_multizip.rst
docs/reference/sort_quick.rst
docs/reference/sort_shell.rst
docs/reference/split_pointer_lists.rst
docs/reference/util_chains.rst
docs/reference/util_latex.rst
docs/reference/wrap_full_jit.rst
docs/reference/wrap_sort_scorer.rst
tests/__init__.py
tests/test_corsort.py
tests/test_sort.py
tests/test_wrap_full_jit.py
tests/test_wrap_sort_scorer.py