SpiceQA
Questions Tags Users Badges

master-theorem

8 Questions
Newest Active Unanswered Frequent
Score
View
Card Compact
Solve Recurrence relation using master theorem method
user_162630160
• asked Dec 5, 2021
2
0
71
master-theorem recurrence algorithm
How to find the recurrence relation, and calculate Master Theorem of a Merge Sort Code?
user_135458220
• asked Nov 22, 2021
2
1
154
master-theorem mergesort recurrence python performance
Solving 4T(n/5) + log5(n * sqrt(n)) with the master theorem
user_121625140
• asked Feb 10, 2021
2
1
288
master-theorem recurrence math algorithm
Solution to T(n) = 2T(n/2) + log n
user_145023390
• asked Oct 27, 2020
2
2
1316
master-theorem complexity-theory time-complexity algorithm
Solve Recurrence for T(n) = 7T(n/7) + n
user_47574320
• asked Sep 17, 2020
2
1
1164
master-theorem recurrence
In Big-O terms if O(n-1) is the same thing as O(n) then why in the master theorem is T(n-1) not equal T(n)?
user_114623380
• asked Jun 29, 2020
2
1
303
master-theorem recurrence math big-o
Divide and Conquer to solve the power of a number, runtime analysis with master theorem
user_77216000
• asked Jul 2, 2019
3
1
500
master-theorem divide-and-conquer runtime algorithm
Master Theorem: Why is T(n)=16T(n/4)+n! considered Θ(n!)
user_37185840
• asked Dec 23, 2018
5
1
18522
master-theorem
  • 1 (current)
Hot Questions
Terms of service Privacy policy
Powered by Answer