Wednesday 3 June 2020

UGC NET Computer Science December 2019 | Question 92

Question 92
The time complexity to multiply two polynomials of degree n using Fast Fourier transform method is:
  1. (1) θ(n lg n)
  2. (2) θ(n2)
  3. (3) θ(n)
  4. (4) θ(lg n)
Answer : (1) θ(n lg n)

Explanation
To multiply two polynomials time complexity is θ(n2) but the time complexity to multiply two polynomials of degree n using Fast Fourier transform method is θ(n lg n)

So, option 1 is correct answer

Reference : Fast Fourier Transformation for poynomial multiplication

PreviousNext
UGC NET CS December 2019 - Question 91UGC NET CS December 2019 - Question 93

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts