Ask Question
5 May, 07:30

Take the following list of functions and arrange them in ascending order of growth rate. That is, if function g (n) immediately follows function f (n) in your list, then it should be the case that f (n) is O (g (n)). g1 (n) = 2√log n g2 (n) = 2n g4 (n) = n4/3 g3 (n) = n (log n) 3 g5 (n) = n logn g6 (n) = 2^ (2^n) g7 (n) = 2^ (n^2)

+1
Answers (1)
  1. 5 May, 11:23
    0
    Step-by-step explanation:

    From order of growth rate; Constant < Logarithmic < Polynomial < Exponential

    Hence in ascending order; n (log n) ³ < n^4/3 < n^log n < 2√^ (logn) < 2n < 2n² < 2^2n
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Take the following list of functions and arrange them in ascending order of growth rate. That is, if function g (n) immediately follows ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers