skpro19's blog

By skpro19, history, 7 years ago, In English

I am talking about this problem. My accepted solution is this.

If we assume that the length of the string is n, then my solution has a complexity of O(n * n) ;

Why is it not getting TLE instead?

  • Vote: I like it
  • -7
  • Vote: I do not like it