Skip to content

sourabhshete99/Sorting-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Algorithms

These are the most basic and common sorting algorithms/methods which every programmer should know. (The python file name indicates the sorting method name)

  • To run these program Python3 compiler needs to be installed and follow these steps:
  1. Open terminal and go to directory where these files are located.
  2. Type '$python3 filename'. (example: $python3 bubblesort.py, where 'bubblesort.py' is filename)
  3. Once the program is run, enter the numbers that are to be sorted(separated by space) and press Enter.
  4. Press ctrl+z to force stop the program.

Releases

No releases published

Packages

No packages published

Languages