Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
getting stuck here... can anyone help me where i am getting it wrong
random tests : expected:<E[RROR]> but was:<E[STABLISHED]>
fixed tests : expected:<[ERROR]> but was:<[FIN_WAIT_1]>
This comment is hidden because it contains spoiler information about the solution
please atleast explain the problem statement clearly with more examples. How its been processing. This is an example of bad problem statement. This is the problem with codewars, something topcoder, codechef & hackerrank does it very good.
This comment is hidden because it contains spoiler information about the solution
you should always specify the constraints regarding each question, something which topcoder does brilliantly.
also the question doesn't clearly well stated. Its so confusing becus of that, we need to take care of every boundary conditions which makes us to ask such questions.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Input goes upto Max integer value in java i.e. 2^31. I need to optimise my code according to those higher values.
I am passing all Test cases , but it is showing :-
Execution timeout 16000ms. Don't know about the input limits. how to work with larger numbers ?