Which edge case matters for this problem?

Practice this question from Longest Increasing Subsequence - Binary Search DP Pattern Practice Quiz, with options and an explanation.

Question

Which edge case matters for this problem?

Option A — Correct answer

Equal values must not extend a strict subsequence.

Option B

Whether the array is rotated

Option C

Whether vowels are uppercase

Option D

Whether graph edges are directed

Explanation

Equal values must not extend a strict subsequence.

Longest Increasing Subsequence - Binary Search DP Pattern Practice Quiz

All questions · Previous question

Open on QuizMaker