code_problems icon indicating copy to clipboard operation
code_problems copied to clipboard

Write unitests for Merge Sort in C++

Open larissalages opened this issue 4 years ago • 4 comments

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

larissalages avatar Oct 03 '20 21:10 larissalages

I want to do this

rajneeshXpandey avatar Oct 03 '20 21:10 rajneeshXpandey

What to do exactly

rajneeshXpandey avatar Oct 04 '20 14:10 rajneeshXpandey

I want to work on it

abhishekrawe avatar Oct 04 '20 20:10 abhishekrawe

Hi, i can use the catch to make those tests?

vensauro avatar Oct 17 '20 01:10 vensauro