Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 299 Bytes

File metadata and controls

12 lines (7 loc) · 299 Bytes

MergeSort Implementation and Tests

Implements the mergesort algorithm and does some simple tests to verify the algorithm

  • To run it simply:

      python merge_sort.py
    
  • To run the tests create a virtual env and run the following commands

      pip install -r requirements.txt
    
      tox