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.
Super Functional Strings
Super Functional Strings
Sort by
recency
|
13 Discussions
|
Please Login in order to post a comment
Here is my solution in java, javascript, python, c, c++, Csharp HackerRank Super Functional Strings Solution
Here is the solution of Super Functional Strings Click Here
Here is Super functional strings problem solution in python java c++ and c programming - https://programs.programmingoneonone.com/2021/07/hackerrank-super-functional-strings-problem-solution.html
it only passes test cases
I keep timing out on test cases 7,8,9. I compute suffix array and lcp using some piece of code I used in several others problem succesfully. so can someone look only at the function superFunctionalString and give me some insights ? https://github.com/pptacher/hackerrank/blob/master/dc3/functional.cc