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
Big O notation: O((n-1)!) or O(n!) for T((n-1)!)?
Jan 26, 2026
big-o
time-complexity
complexity-theory
Meaning of a big O in an exponent
Jan 25, 2026
big-o
asymptotic-complexity
exponential
exponent
Big O of list resize
Jan 24, 2026
c#
algorithm
big-o
How is the time complexity of these simple loops calculated?
Jan 20, 2026
big-o
time-complexity
Time Complexity of Hash Tables in C
Jan 02, 2026
c
data-structures
hashtable
big-o
Ruby- delete a value from sorted (unique) array at O(log n) runtime
Jan 01, 2026
ruby
arrays
big-o
Order Complexity for Ruby Combinatoric Functions
Jan 01, 2026
ruby
algorithm
big-o
complexity-theory
Confused on recurrence and Big O
Jan 01, 2026
algorithm
big-o
How is log(n!) = Ω( n*log(n))? [closed]
Dec 29, 2025
algorithm
math
big-o
Landau notation (ide) tools support
Dec 23, 2025
eclipse
ide
netbeans
intellij-idea
big-o
Find the order of a function
Dec 22, 2025
big-o
asymptotic-complexity
logarithm
inequality
Time complexity for T(n-1)
Dec 21, 2025
algorithm
data-structures
big-o
time-complexity
Why is the merge function of binomial heaps O(logN) rather than O(logN * logN)?
Dec 21, 2025
algorithm
merge
heap
big-o
binomial-heap
What is the big O for a Dictionary's OrderBy method
Dec 18, 2025
c#
sorting
dictionary
big-o
Time complexity and Big-O notation specific question
Dec 19, 2025
algorithm
big-o
time-complexity
python bisect is O(n^2)?
Dec 17, 2025
python
algorithm
big-o
bisection
Which constants can be ignored in Big O for time complexity - exponential cases?
Dec 17, 2025
time-complexity
big-o
Priority Queue poll() time complexity
Dec 16, 2025
java
queue
time-complexity
big-o
priority-queue
Why is inserting at the end of a dynamic array O(1) while inserting in the middle is O(n)?
Dec 15, 2025
arrays
data-structures
big-o
Older Entries »