Skip to content

Kaledi03/merge-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Merge Sort

Kaled Brahmi

Merge sort algorythm implemented in python by Kaled Brahmi

Python 3.0+

Usage

  1. Downland the code via the command:
    wget https://raw.githubusercontent.com/Kaledi03/merge-sort/main/MergeSort.py
  1. Run the script with the command:
    python3 MergeSort.py

N.B.

If you want different parameters (array length or number range) you can change the constants at the top of the code.

About

Merge sort algorythm implemented in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages