Vidyalelo
Data Structure · Q880

Miscellaneous on Data Structures

Programming · Data Structure · question 880

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
Answer
D.
All have equal time complexity

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board