Limited Test Cases

I’m just wondering - are there plans to introduce additional test cases for the questions that don’t have many? For example, Subarray Sum - Fixed (Subarray Sum - Fixed) has just one test case, and it’s the same as the example given in the problem description. I have written solutions that were incorrect but passed all test cases on AlgoMonster. I had to run them on LeetCode to find that there are cases where they didn’t work correctly. Since AlgoMonster is supposed to be an all in one place to learn and practice for coding interviews, it would be really helpful if there were exhaustive test case sets for each problem.

1 Like