Get best answers to any doubt/query/question related to programming , jobs, gate, internships and tech-companies. Feel free to ask a question and you will receive the best advice/suggestion related to anything you ask about software-engineering , development and programming problems .

0 like 0 dislike

1 Answer

0 like 0 dislike
 
Best answer

120 min, 2 questions
Q1: https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-ii/
Q2: Given a string consisting of '0'/'1', find the number of palindrome subsequence of length 5.
For Q2 I used O(N) dp.

by Expert (144,420 points)
...