Проблем с Max Sequence of Increasing Elements
Здравейте, на задача от Max Sequence of Increasing Elements успях да добутам до 85/100 с това решение: https://pastebin.com/t0tqPPKw .
Условието е :
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.
Линк към judge:https://judge.softuni.bg/Contests/Practice/Index/207#6
Моля за помощ къде бъркам, пробвах с отрицателни числа работи, с нулевите тестове работи.
Много благодаря за насоката. Tолкова бях зациклил, че явно не съм осъзнал, че сравнявам дължината на стринговете.