Topic: Two Pointer Problem / Level: beginner

Problem: Find the longest increasing subarray in a given array using two pointers.

Run the code to see the output here...