Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in recurrence
Solving a recurrence: T(n)=3T(n/2)+n
Mar 17, 2026
algorithm
time-complexity
computer-science
recurrence
Find theta of: T(n) = T(n^(1/2)) + 1
Mar 17, 2026
algorithm
big-o
complexity-theory
recurrence
Solving the recurrence T(n) = T(n / 2) + O(1) using the Master Theorem? [closed]
Mar 14, 2026
algorithm
complexity-theory
big-o
recurrence
master-theorem
Solving recursive sequence
Mar 09, 2026
python
recursion
recurrence
Master theorem with f(n)=n!?
Mar 01, 2026
algorithm
recurrence
master-theorem
Recurrence relation in Josephus problem
Feb 14, 2026
math
recurrence
josephus
Non-Linear Recurrence Relation
Feb 05, 2026
algorithm
recurrence
What is the time complexity of below function?
Jan 22, 2026
time-complexity
recurrence
"neater" way of counting holidays
Jan 22, 2026
sql-server-2008
recurrence
Is there a way to get the recurrence string from a KendoUI Recurrence Editor?
Dec 13, 2025
kendo-ui
recurrence
Calculate the recurring dates between a range of dates in javascript
Dec 07, 2025
javascript
date
datetime
recurrence
Simplifying Recurrence Relation c(n) = c(n/2) + n^2
Dec 03, 2025
math
relation
recurrence
Recurrence: T(n) = (2+1/log n)T(n/2)
Dec 03, 2025
algorithm
big-o
recurrence
what is wrong with my recursion code?
Nov 30, 2025
javascript
recursion
data-structures
recurrence
Solving a recurrence relation using iteration method
Nov 26, 2025
algorithm
recurrence
Longest alternating subsequence
Nov 21, 2025
algorithm
dynamic-programming
recurrence
Time complexity of Quick Sort when pivot (split list into 90%:10%) (always smallest element for even depth)
Oct 28, 2025
algorithm
sorting
time-complexity
recurrence
Maximum sum path from top left to bottom right in a grid using dynamic programming
Oct 25, 2025
python
algorithm
recursion
dynamic-programming
recurrence
How can I implement this equation in Java?
Sep 15, 2025
java
algorithm
dynamic-programming
recurrence
Older Entries »