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
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
Does a "for ... in" loop in Python increase space complexity?
Oct 22, 2025
python
python-3.x
big-o
Bit cost of bit shift
Oct 20, 2025
algorithm
math
complexity-theory
bit-manipulation
big-o
What does the exclamation mark mean in big-o, i.e. O(X!)? [duplicate]
Oct 19, 2025
big-o
complexity-theory
How do I identify O(nlogn) exactly?
Oct 19, 2025
python
python-3.x
algorithm
time-complexity
big-o
What is the time complexity of free()?
Oct 18, 2025
c
time-complexity
big-o
Time and Space Complexity of list to str conversion in Python
Oct 17, 2025
python
list
time-complexity
big-o
space-complexity
How to calculate the time complexity of this code?
Oct 17, 2025
algorithm
time-complexity
big-o
Complexity of balancing an unbalanced/partially balanced BST?
Oct 17, 2025
data-structures
big-o
binary-search-tree
time-complexity
avl-tree
Time complexity issues with multimap
Oct 16, 2025
c++
big-o
time-complexity
binary-search
multimap
Why is the runtime of this code O(n^5)?
Oct 13, 2025
big-o
time-complexity
Time complexity of the given function with constant loop and recursion
Oct 14, 2025
java
algorithm
time-complexity
big-o
Space complexity- various cases functions involving arrays
Sep 20, 2025
arrays
algorithm
big-o
computer-science
space-complexity
What is the BigO time complexity of modifying a string in C++?
Sep 21, 2025
c++
string
big-o
« Newer Entries
Older Entries »