We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Square Subsequences
Square Subsequences
Sort by
recency
|
21 Discussions
|
Please Login in order to post a comment
Here is my solution in java, javascript, python, C, CSharp, C++ HackerRank Square Subsequences Solution
Here is Square Subsequences problem solution - https://programs.programmingoneonone.com/2021/07/hackerrank-square-subsequences-problem-solution.html
this qus is same as count all the palindromic subsequence
how answer of this string "lrbbmqb" is 3.
hint:consider an easier problem [given two strings, find the number of common subsequences]