• + 0 comments

    Thanks for the code. Just wanted to pointed out, it the same as you do:

    mid = (n//2);
    start = mid-k;
    stop = mid+k;