Skip to content

stolyarchukav/py-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples of sorting algorithms implementation using Python language

  1. Insertion sort
  2. Merge sort
  3. Quick sort
  4. Bubble sort
  5. Tim sort
Usage
python run.py

The choose algorithm and the size of randomly generated array and get the result

Run unit tests:
python -m unittest

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages