Algo_ds_101: Rotated Sorted Array Search

Created on 10 Oct 2020  路  8Comments  路  Source: ahampriyanshu/algo_ds_101

Submission Title
Rotated Sorted Array Search

Submission Type
Algorithm

Submission Description
Given an array of integers A, of size N, rotated at some unknown pivot and a target value B to search. If B is found in the array return its index, otherwise, return -1. No duplicate exists in the array. Array A was sorted in non-decreasing order before rotation.

Submission Directory
algo_ds_101 => Algorithms => Search_Algorithms => Binary_Search => Rotated-Sorted-Array-Search.extension

Contributors

  • [x] C++ -
  • [ ] C -
  • [ ] Python -
  • [ ] Java -
  • [ ] JavaScript -
  • [ ] TypeScript -
  • [ ] Golang -
  • [ ] Ruby -
  • [ ] php -
  • [ ] Swift -
  • [ ] C# -
C# Hacktoberfest New Submssion TypeScript first timer good first issue java php ruby scala swift

All 8 comments

馃憢 @${author}

Thanks for opening your first issue here! Be sure to follow the issue template!

Regards @ahampriyanshu :v:

Please assign me for C++.

please assign this to me for java

Please assign this to me in python

Could you assign this to me in c/python?
@Mr-Vaibhav-Shukla ?

please assign this to me for javascript.

Could you assign this to me in c/python?
@Mr-Vaibhav-Shukla ?

go ahead with C

thanks everyone :v:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahampriyanshu picture ahampriyanshu  路  5Comments

crew-guy picture crew-guy  路  4Comments

ahampriyanshu picture ahampriyanshu  路  4Comments

subhayuroy picture subhayuroy  路  5Comments

ahampriyanshu picture ahampriyanshu  路  5Comments