Data-Structures-
Data-Structures- copied to clipboard
Adding the Bitonic array problem in the Repository.
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.
Hello, please assign me this issue, I know these types of questions and will surely be able to contribute well.