InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by euclid divisions by lemma |
| Answer» Let a be the positive integer when divided by b then there exists a quotient \'q\' and remainder \'r\' such that a = bq + r , 0 <= r < b. ???????? | |