Topic: Divide And Conquer Problem / Level: beginner

Problem: Write a divide and conquer algorithm to find the longest increasing subsequence in a bitonic array with duplicates.

Run the code to see the output here...