Kaled Brahmi
Merge sort algorythm implemented in python by Kaled Brahmi
Python 3.0+
- Downland the code via the command:
wget https://raw.githubusercontent.com/Kaledi03/merge-sort/main/MergeSort.py
- 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.