You are viewing a single comment's thread. Return to all 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;
Seems like cookies are disabled on this browser, please enable them to open this website
Fair Cut
You are viewing a single comment's thread. Return to all comments →
Thanks for the code. Just wanted to pointed out, it the same as you do: