Topic: Dynamic Programming Problem / Level: beginner

Problem: Find the longest bitonic subsequence in an array where the subsequence first increases and then decreases using dynamic programming.

Run the code to see the output here...