INIT2-Sorting

Sorting a list using merge sort algorithm in Python3.

Setup

  • Install Python3 from here
  • Clone the repo: git clone https://github.com/adviksinghania/init2-sorting.git
  • Navigate inside the repo: cd init2-sorting
  • Run: python3 main.py
  • Input a string of space separated numbers.
Share this project:

Updates