Sequences
1. What is a sequence?
2. Which of the following is an increasing sequence?
3. What is the longest continuous decreasing subsequence in 2, 1, 9, 8, 10, 7, 5, 4, 3, 1, 10?
4. Which algorithmic technique is commonly used to find the longest increasing subsequence?
5. Which of the following statements about sequences is TRUE?