ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The number of increasing subsequences with the longest length for the given sequence are: {10, 9, 8, 7, 6, 5}
Correct Answer: D — 6
Each array element individually forms a longest increasing subsequence and so, the length of the longest increasing subsequence is 1. So, the number of increasing subsequences with the longest length is 6.