Why does not LC run all the test cases at once instead of breaking at failed ones?
652

Why does not Leetcode allows the users to run all the test cases at once instead of stopping at a particular failed test case?
Leetcode stops at a particular failed test case:
e.g. if testcase 5 failed out of 56 it will break and show 5/56 .

Why cant it run all test cases and then show a list of failed test cases in the end?

Wont this be a good new feature?

Comments (2)