Multiple Solvers – #5

Generating random test cases is really hard. Ever been in that scenario where you didn’t know where your code is failing? Even harder is generating expectations. We use a brute force solver here to do just that. Watch how the chances of getting an AC shoot up with this simple technique.