Explain division algorithm
Answers
Answered by
3
Answer:
A division algorithm is an algorithm which, given two integers N and D, computes their quotient and/or remainder, the result of Euclidean division
Discussion will refer to the form { N/D=(Q,R)} N/D=(Q,R), where
N = Numerator (dividend)
D = Denominator (divisor)
is the input, and
Q = Quotient
R = Remainder
Similar questions