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 the members of the Drafting Committee of the Constitution? (1) K. M. Munshi (2...
  • What will be the output of the following code snippet? main() { int num=1; clrscr(); for(j=1;j<=6;j++) { fo...
  • What will be the output of the following code snippet? main() { int a=1,b=1; clrscr(); a=++a||++b&&++a; pri...
  • Which of the following statements is/are true? 1. Nanotechnology includes particles which fall under 1 nm i...
  • Match the following: Column A Column B A. Cycloheximide 1. Inhibits bacterial protein synthesis by blocking...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy