Computer Science, asked by XxitsmrseenuxX, 8 days ago

Define Euclid's Division Algorithms


just man kring ​

Answers

Answered by Anonymous
2

Answer:

: a method of finding the greatest common divisor of two numbers by dividing the larger by the smaller, the smaller by the remainder, the first remainder by the second remainder, and so on until exact division is obtained whence the greatest common divisor is the exact divisor. — called also Euclid's algorithm.

Answered by sanasrithisha
1

Answer:

Euclid's division algorithm is a way to find the HCF of two numbers by using Euclid's division lemma. It states that if there are any two integers a and b, there exists q and r such that it satisfies the given condition a = bq + r where 0 ≤ r < b

hope it helps mark as brainliest

Similar questions