You are viewing a single comment's thread. Return to all comments →
Simpler solution with O(n) time. no memoization, no recursion. https://www.hackerrank.com/contests/hourrank-18/challenges/super-six-substrings/submissions/code/1300771103
Seems like cookies are disabled on this browser, please enable them to open this website
Super Six Substrings
You are viewing a single comment's thread. Return to all comments →
Simpler solution with O(n) time. no memoization, no recursion. https://www.hackerrank.com/contests/hourrank-18/challenges/super-six-substrings/submissions/code/1300771103