Releases: becurrie/py-sorts
Releases · becurrie/py-sorts
py-sorts 0.3.1
py-sorts 0.3.0
New argument: (-c / --compare) added that will display a comparison between selected sort algorithm and pythons default sorted() function.
py-sorts 0.2.0
*(bold is a new addition).
- Sorts added (bubble, bogo, merge, quick, selection, radix, insertion, insertion_recursive, heap).
- Arguments added: (--sort, --integers, --generate, --list, --allsorts).
Project structure has been updated and project renamed to py-sorts.
Module accessible as python -m py_sorter
sorter-py 0.1.4
0.1.4
*(bold is a new addition).
- Sorts added (bubble, bogo, merge, quick, selection, radix, insertion, insertion_recur, heap).
- Arguments added: (--sort, --integers, --generate, --list).
- sorter now uses --list argument to determine if results output will include original/sorted list.
sorter-py 0.1.2
0.1.2
- Sort included: (bubble, bogo, merge, quick, selection).
- Arguments included: (--sort, --integers, --generate).