Skip to content

[REQUEST] Add [Add additional search algorithms in Java] in [java] #217

@Adityakumar37

Description

@Adityakumar37

Algorithm Name

Add additional search algorithms in Java

Programming Language

Java

Category

Arrays

Difficulty Level

Medium (Intermediate)

Algorithm Description

Description:
Currently, the repository contains BinarySearch, BinarySearchRecursive, InterpolationSearch, and LinearSearch. However, other commonly used search algorithms are missing. Adding them would make the repository more comprehensive.

Algorithms to add:

Ternary Search

Exponential Search

Jump Search

Fibonacci Search

Requirements:

References (Optional)

No response

Contribution Intent

  • I would like to implement this algorithm myself
  • I'm requesting this for someone else to implement
  • I need help implementing this algorithm

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions