Q880
Which of the following methods used to find the sum of first n natural numbers has the least time complexity?
A.
Recursion
B.
Iteration
C.
Binomial coefficient
AnswerD.
All have equal time complexity
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board