Maximum Longest Increasing Subsequence
CodeChefOpen on judge ↗
Given a sequence of integers, find the maximum difference between first and last element of the longest increasing subsequence. Input First line contains T, number of test cases followed by T test cases. For each test case first line contains an integer N , the next line contains sequence of N integers. Constraints: TOutput For each test case print the maximum difference between first and last
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start