-
Notifications
You must be signed in to change notification settings - Fork 20.8k
Closed
Labels
awaiting triageAwaiting triage from a maintainerAwaiting triage from a maintainer
Description
What would you like to share?
There is a typo in the file name for the Exponential Search algorithm.
Current file name: ExponentalSearch.java
Correct file name: ExponentialSearch.java
The corresponding test file, ExponentialSearchTest.java, is named correctly. This inconsistency should be fixed to improve the project's clarity and maintainability.
To Reproduce:
- Navigate to
src/main/java/com/thealgorithms/searches/. - Observe the file named
ExponentalSearch.java.
Expected Behavior:
The file should be named ExponentialSearch.java.
Additional information
No response
Metadata
Metadata
Assignees
Labels
awaiting triageAwaiting triage from a maintainerAwaiting triage from a maintainer