Skip to content

cdtpinto/sorting-algorithms-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms in Python

Some sorting algorithms implemented in Python.

What is This?

In this repository, I compiled some some sorting algorithms and implemented them in Python. I did this for practicing purposes. Several other algorithms are yet to be implemented.

Usage

python sorting.py number_of_elements sorting_strategy

number_of_elements is a positive integer that specifies the number of values that the list to be sorted will have.

sorting_strategy is the sorting algorithm that will be used and can be one of the following:

  • bubble
  • quick
  • selection

Built With

Algorithms Implemented So Far

About

Some sorting algorithms in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages