Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Create Exponential search in array#179

Open
hjpassion wants to merge 1 commit intohacktoberfest2k20:masterfrom
hjpassion:patch-6
Open

Create Exponential search in array#179
hjpassion wants to merge 1 commit intohacktoberfest2k20:masterfrom
hjpassion:patch-6

Conversation

@hjpassion
Copy link

C++ program to find an element x in a sorted array using Exponential search.
Time complexity is O(Log n)

Fixes #

C++ program to find an element x in a sorted array using Exponential search.
 Time complexity is O(Log n)
@stale
Copy link

stale bot commented Oct 7, 2020

It will be now be reviewed manually. Thanks for contributions. If you have more concerns, you may get the conversation started at our discord server

@stale stale bot added the community label Oct 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant