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
How to solve the recurrence T(n) = 2T(n^(1/2)) + log n? [closed]
Apr 13, 2022
math
logarithm
recurrence
Does Python have an iterative recursion generator function for first-order recurrence relations?
Sep 05, 2022
python
recursion
itertools
recurrence
functools
Counting heads - Dynamic Programming
Aug 01, 2018
algorithm
dynamic-programming
recurrence
How to solve the following recurrence?
Apr 25, 2021
algorithm
recursion
asymptotic-complexity
recurrence
Maximizing difference between numbers in a sequence
Jun 30, 2020
algorithm
language-agnostic
recurrence
Solving the recurrence relation T(n) = √n T(√n) + n [closed]
Apr 15, 2022
math
recursion
complexity-theory
big-o
recurrence
Reccurrence T(n) = T(n^(1/2)) + 1
Dec 17, 2021
algorithm
math
big-o
analysis
recurrence
Understanding recursion in Python
Nov 17, 2022
python
algorithm
python-2.7
recurrence
induction
Solving recurrence equation without the Master's Theorem
Aug 24, 2022
big-o
recurrence
master-theorem
Understanding recurrence for running time
Feb 08, 2022
algorithm
sorting
recursion
recurrence
Complexity of the recursion: T(n) = T(n-1) + T(n-2) + C
Oct 04, 2022
algorithm
complexity-theory
time-complexity
recurrence
asymptotic-complexity
Solve the recurrence: T(n)=2T(n/2)+n/logn
Feb 21, 2022
time
complexity-theory
recurrence
Cron job run every x weeks and on specific days [closed]
Oct 14, 2020
cron
crontab
scheduler
recurrence
Find the formula of this binary recurrence equation? f(m,n) = f(m-1,n) + f(m,n-1)
Oct 14, 2022
algorithm
math
recurrence
How to know when Big O is Logarithmic?
May 02, 2018
algorithm
math
big-o
recurrence
logarithm
How to query recurrence rules in PostgreSQL?
Oct 26, 2022
postgresql
calendar
icalendar
recurrence
How to solve: T(n) = T(n - 1) + n
Oct 27, 2022
algorithm
big-o
recurrence
General proof strategies to show correctness of recursive functions?
Sep 26, 2022
algorithm
math
recurrence
proof
How to determine the height of a recursion tree from a recurrence relation?
Apr 28, 2018
recursion
tree
computer-science
recurrence
proof
When do floors and ceilings matter while solving recurrences?
Mar 26, 2019
algorithm
math
recurrence
asymptotic-complexity
« Newer Entries
Older Entries »