Stefan Tudose
Stefan Tudose
In problem 17.01, the problem statement doesn't mention any particular order of the output. Currently the test only accepts the given order in the test file. My personal understanding of...
I might be missing something, but in my understanding the checks and the failure message here are incorrect. The PR proposes a possible way to fix this. _Context: while working...
I might be missing something, but in my understanding the checks and the failure message here are incorrect. The PR proposes a possible way to fix this. _Context: while working...
We have here a list of permutations. When comparing the actual and the expected result, the different permutations should not be sorted, as that "breaks" the permutations. _Context: while working...
This is a small typo fix: the operation for creating a new queue object in the test file is called here `Queue`, not `QueueWithMax` (probably a copy problem from the...
This is a minor improvement for three tests ("offline sampling", "online sampling" and "random subset"). Although it doesn't make a big difference, one could reuse the already calculated value `totalPossibleOutcomes...
This PR proposes more tests for the "longest increasing subarray". Currently only the length of the subarray is checked. The suggested changes add more checks: - checks if the result...