+ 1
How do i find all the test cases
I am solving problems right and going to next level but unable to see all Test cases for a given problem. How do i check all?
4 Answers
+ 4
Abhi Ramana the hidden test cases are permanently locked so that you are challenged to write a general solution to work with any valid input.
+ 1
You cannot see the hidden tasks for a problem.
+ 1
Hi @Brian
Thanks for the response.
Sorry if iam asking the same question again how do we unlock them?
Like iam able to see 2 test cases but unable to see other 2 , iam able to proceed to next task...which means my code works fine right?
Thanks in advance
0
Abhi Ramana at this point in time Sololearn has not provided a way for users to unlock the locked test cases in Code Coach.
I find often that the test cases are weak assurance that a program was correctly written. I can find other tests beyond Code Coach tests where most programs would fail, despite passing Code Coach.