Data-Structures- icon indicating copy to clipboard operation
Data-Structures- copied to clipboard

Adding the Bitonic array problem in the Repository.

Open MayankUghade opened this issue 2 years ago • 1 comments

Bitonic array is also a very good problem which will help people understand more about array and the various ways / patterns to iterate through the array. BITONIC ARRAY / SEQUENCE: A Bitonic array / sequence is set of numbers that are first strictly increasing then after a point decreasing. arr[] = {-3, 9, 18, 20, 17, 5, 1} Here ( in arr[] ) before a specific no i.e.. 20 (also called as Bitonic point ) the numbers are increasing till 20 but after the bitonic point the numbers keep decreasing.

MayankUghade avatar Oct 03 '22 17:10 MayankUghade

Hello, please assign me this issue, I know these types of questions and will surely be able to contribute well.

manvisaxena14 avatar Oct 04 '22 18:10 manvisaxena14