AfterAcademy Tech
Find an Element In a Bitonic Array
Given a bitonic sequence of n distinct elements, write a program to search a given element k in the bitonic sequence.
Bitonic Sequence is a sequence of numbers that is first strictly increasing then after a point strictly decreasing.