String Operations
1. Which of the following is NOT a palindrome?
2. What is the output for input 'racecar' in a palindrome detector?
3. Which of the following is a subsequence of 'algorithm'?
4. What is the output for input 'hyderabad dear' in the subsequence checker?
5. Which operation is used to join two strings together?
6. What is the time complexity of checking if one string is a subsequence of another (lengths m and n)?
7. Which of the following is true about palindromes?
8. Which of the following is NOT a valid string operation?
9. Which of the following is an application of subsequence checking?
10. Which of the following best describes a substring?