Skip to content

py-sorts 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@becurrie becurrie released this 17 Apr 19:15
· 19 commits to master since this release

*(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