TheFenrisLycaon / DSA-C--

DSA Codes for beginners.
21 stars 65 forks source link

Algorithm Name :: Binary Search #62

Closed shivanithorve01 closed 3 years ago

shivanithorve01 commented 3 years ago

Hello @TheFenrisLycaon , I am Shivani and I want to contribute to your repo for Hacktoberfest2021. Can you please assign this issue to me ?

TheFenrisLycaon commented 3 years ago

Go ahead, make the PR. I think the algorithm is already there for C++. You can add the code for Java.

TheFenrisLycaon commented 3 years ago

Any udpate?

shivanithorve01 commented 3 years ago

I will create PR today itself

shivanithorve01 commented 3 years ago

Hello, where should I add java file ?

TheFenrisLycaon commented 3 years ago

Make a new Java folder like python. It should contain two directories. Structure and Algorithm. Add your code inside the algo one.

TheFenrisLycaon commented 3 years ago

If you can you may also contribute structure codes. They need to be a seperate issue though.

shivanithorve01 commented 3 years ago

I will be happy contribute to this repo with more codes