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
How to find the Big O when there are two separate for loops
Apr 29, 2026
c
for-loop
big-o
Why is theta notation never used?
Apr 26, 2026
big-o
Decreasing the run time for my recursive subset sum algorthim
Apr 27, 2026
java
algorithm
recursion
big-o
subset-sum
Determining the Big-O of this algorithm
Apr 25, 2026
algorithm
time-complexity
big-o
Optimize an Algorithm to take in a disliked string and Array of [Prereq, next_class] sub-arrays, outputs number of classes you can take before it
Apr 26, 2026
javascript
algorithm
multidimensional-array
data-structures
big-o
Fastest way to remove first n elements from MutableList
Apr 25, 2026
list
kotlin
time-complexity
big-o
mutablelist
Two passes through an array O(n) or O(2n)
Apr 24, 2026
big-o
Time complexity of finding range of target in sorted array - Is this solution O(N) in the worst case?
Apr 23, 2026
python
algorithm
big-o
complexity-theory
binary-search
Why is the complexity of simple string concatenation O(n^2)?
Apr 16, 2026
string
time-complexity
concatenation
big-o
Linear complexity and quadratic complexity
Apr 16, 2026
complexity-theory
big-o
time-complexity
Find the computational complexity for the following loops
Apr 11, 2026
big-o
time-complexity
asymptotic-complexity
Java Program using Big O(n log n) or Big O(log n) complexity [duplicate]
Apr 01, 2026
java
performance
time-complexity
big-o
Calculate the time complexicity of the recurrence equation
Apr 01, 2026
algorithm
time-complexity
big-o
recurrence
Big O Analysis with Multiple Variables
Mar 29, 2026
big-o
Approximate runtime comparison for Objective-C data structures
Mar 27, 2026
objective-c
algorithm
data-structures
runtime
big-o
Big O notation explanation nested while loop
Mar 25, 2026
java
math
big-o
Complexity to find cube root of n [closed]
Mar 24, 2026
algorithm
big-o
time-complexity
log(n) vs. constant time
Mar 24, 2026
data-structures
big-o
Older Entries »