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.92k stars 1.4k forks source link

Fix unit test #100

Closed PatrykOlejniczak closed 4 years ago

PatrykOlejniczak commented 5 years ago

Sorry i needed to close #99 i done wrong merge and after rebase git doesn't allow me to reopen that pr again.

PR fix issue #79. As you see travis failed but it failed because 5 unit tests not pass, not because something is broken. Some of that tests are fix and waiting to merge in other pr.

Last thing, why direct to master? When i created #99 to develop travis still use configuration from master... i had to edit travis.yml to turn on run tests.

Feel free to ask if anything is not clear, or if I made a mistake somewhere?

aalhour commented 4 years ago

Sorry for the late reply. I will squash and merge it now.