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 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
Django - How to run a function EVERYDAY?
Oct 24, 2022
django
date
notifications
recurrence
django-timezone
Time complexity of the program using recurrence equation
Nov 15, 2022
algorithm
time-complexity
recurrence
asymptotic-complexity
Can someone help solve this recurrence relation? [closed]
Sep 22, 2022
algorithm
math
time-complexity
recurrence
Time complexity for a very complicated recursion code
Mar 15, 2022
algorithm
language-agnostic
time-complexity
complexity-theory
recurrence
Number of 1s in the two's complement binary representations of integers in a range
Sep 18, 2022
algorithm
binary
recurrence
« Newer Entries
Older Entries »