Consider the recurrence relation:

T(n) = 16T(n/4) + n!

Above recurrence relation represents the running time of an algorithm. Which of the following represents the time complexity of the algorithm?

1
\(\theta(n)\)
2
\(\theta(log \ n)\)
3
\(\theta(n\ log\ n)\)
4
\(\theta(n!)\)

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation