InterviewSolution
Saved Bookmarks
| 1. |
The Euclid’s algorithm runs efficiently if the remainder of two numbers is divided by the minimum of two numbers until the remainder is zero.(a) True(b) FalseI had been asked this question by my college director while I was bunking the class.The query is from Number Theory topic in portion Number Theory of Data Structures & Algorithms II |
|
Answer» Correct choice is (a) True |
|