aalhour / C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
MIT License
5.95k stars 1.4k forks source link

Removed redundant parameters and cleaned up code #96

Closed scohe001 closed 5 years ago

scohe001 commented 5 years ago

Change Notes for MergeSorter.cs:

aalhour commented 5 years ago

Hi @scohe001,

Can you please pull the latest changes on master branch and push them to your repo? They're supposed to run the unit tests for all algorithms on Travis CI successfully and I'd like to see that the tests for the merge sort algorithm are passing.

Cheers!

scohe001 commented 5 years ago

Huh, it looks like several tests are failing @aalhour, but none of them related to the code I've touched. Is this expected?

aalhour commented 5 years ago

Congrats on becoming a first-time contributor, @scohe001!

scohe001 commented 5 years ago

Thank you! Glad I could help :)