InterviewSolution
Saved Bookmarks
| 1. |
What is the Euclid division algorithms |
|
Answer» a=bq +r, where r=,or less than b Euclids division algorithm states that for every two positive integers a and b there unique exist q and r such that a=bq+r,where 0 |
|