code_problems
code_problems copied to clipboard
Write unitests for Merge Sort in C++
We have an implementation of Merge Sort in C++ in https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/mergesort.cpp but we don't have unit tests for it
I want to do this
What to do exactly
I want to work on it
Hi, i can use the catch to make those tests?