Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 487 Bytes

README.MD

File metadata and controls

20 lines (16 loc) · 487 Bytes

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.