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
RunTime Complexity of my Power method
Dec 09, 2025
algorithm
recursion
big-o
pow
Asymptotic analysis of nest loop with condition (j=i+1)
Dec 09, 2025
time-complexity
big-o
Do String methods in Java run in O(1) time?
Dec 09, 2025
java
string
algorithm
big-o
Why is runtime of Fibonacci θ(1.6^N)?
Dec 08, 2025
runtime
big-o
fibonacci
What is Big O of a loop?
Dec 08, 2025
big-o
Computing Time T(n) and Big-O with an infinite loop
Dec 07, 2025
big-o
infinite-loop
AVL Tree Rotation Efficiency
Dec 08, 2025
big-o
avl-tree
What's time complexity of this algorithm for solving Sudoku?
Dec 07, 2025
c++
algorithm
big-o
depth-first-search
sudoku
Probability space and expected running time: what are they?
Dec 06, 2025
algorithm
big-o
Is ϴ(n)/n = ϴ(1)?
Dec 07, 2025
algorithm
big-o
computer-science
complexity-theory
BIg-Oh for reversing LinkedList in Java
Dec 06, 2025
java
big-o
A homework about growth rate of function
Dec 04, 2025
function
big-o
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
Recurrence: T(n) = (2+1/log n)T(n/2)
Dec 03, 2025
algorithm
big-o
recurrence
Algorithm complexity when faced with substraction in value
Dec 04, 2025
algorithm
big-o
analysis
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
Big O for 2D for loop
Dec 01, 2025
java
algorithm
big-o
How to complete this in O(1)
Nov 27, 2025
objective-c
big-o
little-o
Recursive function runtime
Nov 29, 2025
algorithm
big-o
Older Entries »