asked 60.2k views
0 votes
Solve the following recurrence by giving a tight Θ-notation bound. T(n)=8T(n/2)+n3 with initial condition T(1)=1

1 Answer

1 vote
The tight Θ-notation bound for T(n)=Θ(n^3logn).
answered
User Shutupchigo
by
7.8k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.