Q1.Longest Common Subsequence Given two strings, 'S' and 'T' with lengths 'M' and 'N', find the length of the 'Longest Common Subsequence'. For... read more
Q2.Car Pooling You are working as a cab driver. Your car moves in a straight line and moves toward the forward direction only. Initially, you h... read more
Q3.Nth Fibonacci Number Nth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula - F(n) = F(n-1) ... read more