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
Is there any algorithm whose big O and big theta are different?
Nov 01, 2025
algorithm
time-complexity
big-o
Time complexity for recrusive deep flatten
Oct 30, 2025
javascript
recursion
big-o
Why doesn't the additive constant in Big-O notation matter?
Oct 31, 2025
algorithm
math
time-complexity
big-o
What is the difference between filter(_:).first and first(where:)?
Oct 30, 2025
arrays
swift
big-o
Function which is Big O(1) but not Ω(1)
Oct 29, 2025
algorithm
asymptotic-complexity
big-o
What is the time complexity of the following algorithm:
Oct 28, 2025
algorithm
time-complexity
big-o
complexity-theory
Complexity for array iteration that is constantly reduced
Oct 28, 2025
arrays
algorithm
big-o
Big O notation O(NM) or (N^2)
Oct 29, 2025
java
loops
for-loop
big-o
k-Smallest Elements in an Array in O(n)
Oct 27, 2025
arrays
algorithm
sorting
big-o
How do you keep a binary search tree balanced?
Oct 24, 2025
algorithm
data-structures
tree
big-o
binary-search-tree
Function in Big-O, but not in Little-O
Oct 26, 2025
big-o
little-o
Big O of Finding the Intersection in two Unsorted Arrays Using filter() in JavaScript
Oct 25, 2025
javascript
arrays
time-complexity
big-o
Javascript Array: what is a Big O of performing sort and then map right after on it?
Oct 25, 2025
javascript
performance
sorting
time-complexity
big-o
Big O notation of string permutation in Python
Oct 24, 2025
python
time-complexity
big-o
permutation
complexity-theory
Big-O of list comprehension that calls max in the condition: O(n) or O(n^2)?
Oct 22, 2025
python
algorithm
performance
big-o
list-comprehension
In Big O notation, how do you factor in calls to other methods?
Oct 22, 2025
c++
big-o
How does Big O relate to N+1?
Oct 23, 2025
orm
theory
big-o
What's time complexity of this algorithm for finding all Path Sum?
Oct 22, 2025
c++
algorithm
binary-tree
big-o
depth-first-search
Is the time complexity of this code O(n^2) or O(nlogn)?
Oct 21, 2025
algorithm
time-complexity
big-o
Older Entries »