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 time-complexity
If algorithm time complexity is theta(n^2), is it possible that for one input it will run in O(n)?
Dec 05, 2025
complexity-theory
time-complexity
big-o
Real World Haskell book - asymptotic complexity of Logger monad example
Dec 02, 2025
algorithm
complexity-theory
time-complexity
haskell
Count character occurrences in a substring in O(1) time with preprocessing
Dec 02, 2025
java
string
algorithm
time-complexity
big-o
Big O: O(n) of compareStrings
Dec 02, 2025
java
compare
big-o
time-complexity
Optimizaion(Reduce Complexity). Count Acute, Right and Obtuse triangles from n side lengths
Dec 02, 2025
c#
.net
algorithm
time-complexity
Is the time complexity of half array loop using two ifs is the same as full array loop using one if?
Dec 01, 2025
java
for-loop
time-complexity
Asymptotic complexity for typical expressions
Nov 30, 2025
time-complexity
asymptotic-complexity
Does this solve 3SUM in O(N log(N)) time?
Nov 29, 2025
algorithm
time-complexity
complexity-theory
theory
Improving Time Complexity of "increment the number represented as an array of digits"
Nov 29, 2025
python
algorithm
time-complexity
Time complexity of a stack-based tree traversal
Nov 28, 2025
algorithm
tree
stack
time-complexity
traversal
Always O(1) is better than O(n) in algorithm time complexity?
Nov 27, 2025
algorithm
performance
optimization
time-complexity
big-o
What's the time complexity of character array initialization?
Nov 26, 2025
c
time-complexity
Minimum Jump Array Recursive Time Complexity should be O(n^n) or O(n!)
Nov 26, 2025
java
arrays
algorithm
time-complexity
Top-k scoring across multiple dimensions
Nov 25, 2025
python
algorithm
machine-learning
optimization
time-complexity
Older Entries »