Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 314 Bytes

Sorting_algo

Visual representation of time complexity of different sorting algorithms

Required matplotlib for graph representation.

Run this command for installation: python -m pip install -U matplotlib

Run Program.py file -> change value in program.py file at plot_sort(value,value) for different results.