• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

GATE | GATE CS 2011 | Question 25

An algorithm to find the length of the longest monotonically increasing sequence of numbers in an array A[0 :n-1] is given below. Let Li denote the length of the longest monotonically increasing sequence starting at index i in the array Which of the following statements is TRUE?

(A)

The algorithm uses dynamic programming paradigm

(B)

The algorithm has a linear complexity and uses branch and bound paradigm

(C)

The algorithm has a non-linear polynomial complexity and uses branch and bound paradigm

(D)

The algorithm uses divide and conquer paradigm.

Answer

Please comment below if you find anything wrong in the above post
Feeling lost in the world of random DSA topics, wasting time without progress? It's time for a change! Join our DSA course, where we'll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 geeks!

Last Updated :
Share your thoughts in the comments