Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 428 Bytes

Sorting Algorithms

Development of sorting algorithms with Python

Installation

You just need to have Python 3 installed.

Usage

In Linux, each Python file is called as follows:

python3 file_name.py
#or
python file_name.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.