larissalages / code_problems

Code Problems from Coding Challenge Websites. The goal is to help them to improve their code skills and also studying for coding interviews.
MIT License
55 stars 181 forks source link

Add Unit tests for algorithms that are missing it #88

Open larissalages opened 4 years ago

larissalages commented 4 years ago

Some algorithms are missing unit tests, you can see the list on the readme. Tests should be created inside a folder tests inside the respective folder language. Any contribution is welcome! :)

jhasaurabh312 commented 4 years ago

Hey , I can go forward with this ?

larissalages commented 4 years ago

sure @jhasaurabh312 !

jhasaurabh312 commented 4 years ago

Hey, should i add unit tests for all the languages together or would it be better if i do it one language at a time ?

GregPikitis commented 4 years ago

Can I write some of the Java tests?

ghost commented 4 years ago

I want to contribute to the c++ tests.

larissalages commented 4 years ago

Can I write some of the Java tests?

yes, please @GregPikitis !

larissalages commented 4 years ago

I want to contribute to the c++ tests.

sure you can submit the PR and I will review @abhstract thanks!

larissalages commented 4 years ago

Hey, should i add unit tests for all the languages together or would it be better if i do it one language at a time ?

you can do as you prefer :)