sherxon / AlgoDS

Implementation of Algorithms and Data Structures, Problems and Solutions
http://sherxon.com
MIT License
3.43k stars 610 forks source link

simple test cases for AddStrings class #51

Closed vietcuongk99 closed 2 years ago

vietcuongk99 commented 5 years ago

I write some Junit test case for your AddStrings class. Also i change a little bit in your AddStrings class to work with my test. I hope it will help you somehow. Merge it if it useful for you. Please don't reject it, i will very appreciate.

Thank you for your project :).

P/s: sorry if this test make you uncomfortable.