Skip to content
 
 

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

Python Unit testing

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages