Which of the following is asymptotically smaller? Correct Answer: A Question 367 Explanation: Option-A & B: lg(lg*n) is smaller than lg*(lgn). Because lg*(lg n) = lg*n-1. […]
Consider the file named ‘file 1’. In order to remove write permission to the owner and grant execute permission to others, which of the following UNIX […]
Question 5 Match the following typical example problems with suitable algorithm-design paradigms A: Minimal Spanning Tree B: Binary Search Algorithm C: Depth-First Search D: Optimization I: […]