Skip to content

Adding Order Agnostic Binary Search #3790

Closed
@ThisIsNishanth

Description

@ThisIsNishanth

What would you like to Propose?

Order Agnostic Binary Search Algorithm on 1-D Arrays.

Issue details

Order Agnostic Binary Search algorithm is used when we do not know whether the given array is descending or ascending.

Example: [5,4,3,2,1]
I can write clean code to find out whether the array is ascending or descending and apply Binary Search on it.

Please assign this to me as I have worked on this problem before.

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions