BimalRajGyawali / hacktoberfest-java

Hacktoberfest contribution repo for Java Devs
20 stars 118 forks source link

Some of the searching techniques in java are missing #345

Closed yashdkadam closed 2 years ago

yashdkadam commented 2 years ago

The following java methods of searching are not present in the repository:

yashdkadam commented 2 years ago

I am interested to work on this task. Could you please assign this issue to me?

BimalRajGyawali commented 2 years ago

lease go through the whole repo once. Attempt only those not present already. Stack, queues, prime and string algorithms are already present.

Also, include only one file in one PR. Follow naming conventions.

vishnoitanuj commented 2 years ago

Hi @BimalRajGyawali Can you please assign me this task? Would like to work on Fibonacci search algorithm

BimalRajGyawali commented 2 years ago

Done @vishnoitanuj

vishnoitanuj commented 2 years ago

Thanks, added PR