Codility icon indicating copy to clipboard operation
Codility copied to clipboard

The best possible (100%) Codility answers in C++

Results 1 Codility issues
Sort by recently updated
recently updated
newest added

I think the algorithm does not work for simple positive range. It fails with this test case: ` vector A { 102, 120, 101, 103 , 101, 121, 160, 140...