Divide two integers without using multiplication and division operator
Given two integers a and b, the task is to find the quotient after dividing a by b without using multiplication, division, and mod operator. Note: If the quotient is strictly greater than 231 - 1, return 231 - 1 and if the quotient is strictly less than -231, then return -231. Examples: Input : a =