76. Find a solution to the following recurrence equation T(n) = T(n/2) + n T(1) = 1
You must be logged in to post a comment.
77. The recurrence relation T(1) = 2 T(n) = 3T(n/4) + n Has the solution T(n) equal to
You must be logged in to post a comment.
You must be logged in to post a comment.
79. A sorting technique is called stable if
You must be logged in to post a comment.
You must be logged in to post a comment.
You must be logged in to post a comment.
You must be logged in to post a comment.
You must be logged in to post a comment.