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 complexity-theory
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
Big-O notation if n is a constant [duplicate]
Jul 01, 2026
time-complexity
big-o
complexity-theory
Simple algorithm analysis
Jun 29, 2026
algorithm
complexity-theory
analysis
Does multiplication take unit time?
Jun 30, 2026
algorithm
time-complexity
complexity-theory
multiplication
execution-time
Nested loop with dependent bounds trip count
Jun 29, 2026
algorithm
loops
theory
complexity-theory
Proved algorithm to Create Graph With Eulerian Tour?
Jun 26, 2026
algorithm
complexity-theory
graph-algorithm
discrete-mathematics
Big O notation - recursion
Jun 27, 2026
algorithm
complexity-theory
Sorting nearly sorted array with O(n*Log(K)) complexity
Jun 25, 2026
algorithm
sorting
merge
time-complexity
complexity-theory
What is the big O of log(n^2) compared to log(n)?
Jun 21, 2026
big-o
complexity-theory
Is there an asymptotic limit for x*log(x) in relation to x^a, where a is (1,2)?
Jun 21, 2026
algorithm
limit
complexity-theory
What will be Big-O complexity for a recursive function whose number of calculations oscillate with n?
Jun 19, 2026
python
algorithm
big-o
complexity-theory
What's the runtime of this algorithm?
Jun 13, 2026
c
algorithm
complexity-theory
find nth prime number
Jun 14, 2026
java
performance
algorithm
complexity-theory
primes
Algorithm to find maximum coverage of non-overlapping sequences. (I.e., the Weighted Interval Scheduling Prob.)
Jun 13, 2026
algorithm
complexity-theory
dynamic-programming
intervals
resource-scheduling
Possible explanation for why lg(n!)=O(nlg(n)) [duplicate]
Jun 11, 2026
algorithm
complexity-theory
Running time complexity of the function
Jun 09, 2026
c++
algorithm
recursion
time-complexity
complexity-theory
What is the complexity of this specialized sort
Jun 08, 2026
algorithm
complexity-theory
Open Source Tools to calculate Halstead Complexity metrics for Java file [closed]
Jun 05, 2026
complexity-theory
metrics
code-metrics
Big O (constant) time complexity
Jun 02, 2026
algorithm
time-complexity
big-o
complexity-theory
Older Entries »