The principle of replacing a function irrespective of the context is called ______ Correct Answer: B A Static binding B referential transparency C orthogonality D locality […]
Time complexity of an algorithm whose recurrence equation is T(n)=4T(n/2)+n2 and T(1)=1 is expressed as ______ Correct Answer: B Question 32 Explanation: A O(n2) B O(n2 […]