Arrays - 07. Max Sequence of Increasing Elements - Къде бъркам?
Здравейте, проблемът ми при решаването на тази задача е че вместо да ми изкара само исканите числа то ми изкарва целия масив.Ето: https://pastebin.com/y7stYYhc
УСЛОВИЕ:
7. Max Sequence of Increasing Elements
Write a program that finds the longest increasing subsequence in an array of integers. The longest increasing
subsequence is a portion of the array (subsequence) that is strongly increasing and has the longest possible length.
If several such subsequences exist, find the left most of them.
Моите подозрения са в проверката на 20ти ред обаче не виждам нищо нередно. ;д