You are viewing a single comment's thread. Return to all comments →
#python solution def pageCount(n, p): total = math.floor(n/2) goal = math.floor(p/2) return min(goal,total-goal)
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 →