InterviewSolution
Saved Bookmarks
| 1. |
Write algorithms in flow chart by using euclid' s method |
|
Answer» the Euclidean algorithm, or EUCLID's algorithm, is an EFFICIENT method for computing the GREATEST COMMON divisor (GCD) of two integers (numbers), the largest number that divides them both without a remainder. |
|