how i will i know edge cases for every problem?
Failed few test cases
Hey @star.gmmn There is no specified method to get corner cases you have to think on your own according to constraints given in the question.
will my testcases fail if i dont do problem in expected time Complexity ?
@star.gmmn Yes when you submit your code if it exceeds time limit then you will get a message of TLE(Time Limit Exceeded).
i wrote a code only two tests cases passed and remaining 3 didnt pass the testcases what could be reason ? is it only t.c or is there any order factors?
Hey @star.gmmn It could be bcoz of other factors.Since if your code’s TC was not good then you would have got TLE message seperately.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.