JavaPracticeHacktoberfest icon indicating copy to clipboard operation
JavaPracticeHacktoberfest copied to clipboard

Add missimg searching algorithms in searching folder

Open Adityakumar37 opened this issue 2 months ago • 1 comments

We currently have a directory dedicated to searching algorithms, but it is missing implementations for several fundamental algorithms that would make the collection more comprehensive and useful for educational and practical purposes.

Goal: Implement the missing searching algorithms in the searching/ directory.

Missing Algorithms to Implement: Jump Search

Interpolation Search

Exponential Search

Fibonacci Search

Adityakumar37 avatar Oct 24 '25 13:10 Adityakumar37