SpiceQA
Questions
Tags
Users
Badges
master-theorem
8 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Solve Recurrence relation using master theorem method
user_16263016
0
•
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_13545822
0
•
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_12162514
0
•
asked Feb 10, 2021
2
1
288
master-theorem
recurrence
math
algorithm
Solution to T(n) = 2T(n/2) + log n
user_14502339
0
•
asked Oct 27, 2020
2
2
1316
master-theorem
complexity-theory
time-complexity
algorithm
Solve Recurrence for T(n) = 7T(n/7) + n
user_4757432
0
•
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_11462338
0
•
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_7721600
0
•
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_3718584
0
•
asked Dec 23, 2018
5
1
18522
master-theorem
1
(current)
Hot Questions