📚 Question Bank Q14 — Algorithms
Tags
Algorithms
Q14. Marks: +2.0 UGC NET Paper 2: Computer Science 11 March 2023
Given the FFT we can have ___________ time procedure for multiplying two polynomials A(x) and B(x) of degree bound n where input and output representations are in coefficient form, assuming n is a power of 2.
1.O(n2)
2.O(n.log2n) ✓ Correct
3.O(2n)
4.O(log2n)
📄 All “Algorithms” questions across papers
🏷 Change Tag for this Question