SpiceQA
Questions
Tags
Users
Badges
recurrence
recurrence
6 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Can someone please help me solve T(n) = T(n-4) + n using the substitution method?
medzn_50
0
•
asked Sep 24, 2022
-1
0
22
recurrence
time-complexity
substitution
big-o
algorithm
How to solve T(n)=T(4/5n+1)+n^2
Gianfranco Terrazzano
0
•
asked Sep 23, 2022
-2
0
18
recurrence
Solve the recurrence relations using the guess and check method
Noomy
0
•
asked Sep 20, 2022
0
1
40
recurrence
complexity-theory
algorithm
recurrence relation for the following algorithm, and then find the time complexity using substitution method
Malladugu C
0
•
asked Sep 17, 2022
-3
0
22
recurrence
data-structures
algorithm
Can't have the value of P for this recurrence using Akra Bazzi method
Md Mosleh Uddin
0
•
asked Sep 17, 2022
1
0
14
divide-and-conquer
recurrence
time-complexity
Python Program to write an integer as a sum of r positive integers
usergYGl1
0
•
asked Sep 8, 2022
0
2
58
combinatorics
recurrence
math
python
1
(current)
Hot Questions