codility icon indicating copy to clipboard operation
codility copied to clipboard

Python solutions to exercises and tests at http://codility.com/

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

If I enter the input like: _solution(3, [3, 3, 1, 1, 4])_, its showing _4_ output. It should show _-1_, because _2_ index does not exists in list and frog...

help wanted