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 big-o
Which f(x) minimizes the order of g(f(x)) as x goes to infinity
Jul 18, 2026
big-o
limit
asymptotic-complexity
little-o
Minimal number of swaps?
Jul 17, 2026
big-o
Solving the recurrence T(n) = T(n/2) + T(n/4) + T(n/8)?
Jul 15, 2026
math
big-o
code-analysis
recurrence
asymptotic-complexity
How did this algorithm for computing a^n get rewritten to run in O(log n) time?
Jul 16, 2026
c++
algorithm
math
big-o
time-complexity
How do you determine the Big-O notation of a while loop?
Jul 13, 2026
big-o
Time complexity of two algorithms running together?
Jul 12, 2026
time-complexity
big-o
Exponents in big-O notation
Jul 12, 2026
math
big-o
asymptotic-complexity
Time Complexity of Nested for Loops with if Statements
Jul 11, 2026
c++
c
big-o
Why is the big o of this function xn^2?
Jul 10, 2026
big-o
Running time of algorithm with two different operations
Jul 08, 2026
algorithm
big-o
Calculate Big-O Complexity
Jul 08, 2026
java
big-o
time-complexity
how to understand time complexity from a plot?
Jul 06, 2026
plot
time-complexity
big-o
What's time complexity of this algorithm for generating all possible valid parentheses?
Jul 05, 2026
algorithm
recursion
big-o
breadth-first-search
recursive-backtracking
Big O of Nested Loop (int j = 0; j < i; j++)
Jul 07, 2026
big-o
Time complexity of O(log n) in double nested loop function
Jul 06, 2026
algorithm
time-complexity
big-o
complexity-theory
calculate n for nlog(n) and n! when time is 1 second. (algorithm takes f(n) microseconds)
Jul 05, 2026
algorithm
big-o
clrs
If a>=b then O(a+b)=O(a)?
Jul 02, 2026
big-o
complexity-theory
time-complexity
space-complexity
O(log(A)) + O(log(B)) = O(log(A * B))?
Jul 01, 2026
big-o
complexity-theory
Older Entries »