InterviewSolution
Saved Bookmarks
| 1. |
____________ is an arithmetic function that calculates the total number of positive integers less than or equal to some number n, that are relatively prime to n.(a) Euler’s phi function(b) Euler’s omega function(c) Cauchy’s totient function(d) Legrange’s functionI had been asked this question during an internship interview.The above asked question is from Number Theory topic in section Number Theory of Data Structures & Algorithms II |
|
Answer» The correct answer is (a) EULER’s PHI function |
|