-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
Description
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
Reactions are currently unavailable