Divide a number by 3 without using *, /, +, -, % operators
How would you divide a number by 3 without using *
, /
, +
, -
, %
, operators?
The number may be signed or unsigned.
How would you divide a number by 3 without using *
, /
, +
, -
, %
, operators?
The number may be signed or unsigned.