Skip to content

Some sorting algorithms with runtime analysis on python.

License

Notifications You must be signed in to change notification settings

leasynoth/py_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
leasynoth
Jun 11, 2022
3cf70ec · Jun 11, 2022

History

14 Commits
Jun 5, 2022
Jun 10, 2022
Jun 11, 2022

Repository files navigation

py_sort

{Syntax and interpreter ver. 3}

Overview

Examples of the implementation and analysis of the performance of sorting algorithms:

  • Bubble sorting;
  • Coctail sorting;
  • Insertion sorting;
  • Gnome sorting;
  • Merge sorting;
  • Quick sorting.

Performance analysis is performed by measuring the execution time of the algorithm when applying to the input an array of 10,000 integers.

License

This software is free to use under the MIT license.