Skip to content

fix: Correct typo in ExponentalSearch.java filename #7055

@imprince26

Description

@imprince26

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:

  1. Navigate to src/main/java/com/thealgorithms/searches/.
  2. Observe the file named ExponentalSearch.java.

Expected Behavior:
The file should be named ExponentialSearch.java.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting triageAwaiting triage from a maintainer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions