aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Programming and Data Structures - GATE Practice
  • What does the following algorithm approximate? (Assume m&...
Multiple choice

What does the following algorithm approximate? (Assume m>1,

  1. log m

  2. m2

  3. m1/2

  4. m1/3

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Keep practicing — related questions

  • What does the following algorithm approximate? (Assume m > 1, Î > 0) x = m; y - i; while (x - y > Î) { x = ...
  • The running time of the following algorithm Procedure A(n) If n <= 2 return (1) else return (A($|\sqrt n|$)...
  • The time required by Kruskal's algorithm is _____.
  • Who among the following were associated with the Trade Union Movement in India? 1. B. P. Wadia 2. N. M. Jos...
  • How many times will the body of the following loop execute? nt m = 10,n = 7; while(m%n>0) {… m = m+1; n = n...
  • With reference to the Government of India Act 1935, consider the following statements: 1. The King, represe...
  • Consider the following statements 1. When J.B. Kriplani left the Congress Party, he founded the Jana Saugh....
  • Consider the following statements with reference to the linguistic reorganisation of states in independent ...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Data Structures and Algorithms (1518 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy