AdvancedVocabulary#software-architecture#developer-tools#backend

Longest Increasing Subsequence Vocabulary

Build fluency in the vocabulary of finding the longest strictly increasing subsequence of an array efficiently.

0 / 5 completed
1 / 5
At standup, a dev mentions finding the longest subsequence of a numeric array, not necessarily contiguous, whose elements are strictly increasing, and solving it efficiently using a technique based on patience-sorting-style piles rather than checking every possible subsequence. What problem is this called?