You are viewing a single comment's thread. Return to all comments →
one liner solution in python return int(min(p-0,(n+1 if n%2==0 else n)-p)/2)
Seems like cookies are disabled on this browser, please enable them to open this website
Drawing Book
You are viewing a single comment's thread. Return to all comments →
one liner solution in python return int(min(p-0,(n+1 if n%2==0 else n)-p)/2)