I had a coding test on hackerrank. In one problem, I could pass 5 of the 10 test cases. I could not use the remaining test cases to detect whats wrong with the code as each test case is very large and difficult to debug within the limited time. Thus, I couldn't pass the test.
Any tips on how to tackle this issue?