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.
- Prepare
- Algorithms
- Strings
- How Many Substrings?
- Discussions
How Many Substrings?
How Many Substrings?
Sort by
recency
|
70 Discussions
|
Please Login in order to post a comment
I am having memory abort issues for some test cases
solution in JS:
getting timeout error because the time complexity is O(n*m*k), help me to reduce the complexity:
Here is my solution in java, C++, Csharp HackerRank How Many Substrings? Solution
Here are the solution of How Many Substrings? Click Here
Sliding window would not help, already saw the solution, maybe it's a math test, but unfortunately I'm not a genius, if you can refactor my code, please help me.. the code only pass some case.