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 time-complexity
Performance of SortedDictionary vs sorting a Dictionary
Sep 15, 2025
c#
performance
dictionary
time-complexity
sorteddictionary
Does time complexity change when two nested loops are re-written into a single loop?
Sep 15, 2025
python
loops
time-complexity
Nested for loop in Big Oh Complexity
Sep 14, 2025
algorithm
for-loop
data-structures
time-complexity
big-o
What is the bit complexity of Extended Euclid Algorithm?
Sep 13, 2025
algorithm
recursion
time-complexity
big-o
'if not in' time complexity
Sep 14, 2025
python
loops
time-complexity
Word2Vec time complexity
Sep 13, 2025
python
time-complexity
big-o
gensim
word2vec
Time complexity of the Heap pop operation
Sep 11, 2025
data-structures
time-complexity
heap
Find the k non-repeating elements in a list with "little" additional space
Sep 12, 2025
algorithm
time-complexity
xor
space-complexity
what is the time complexity of the three sum algorithm
Sep 08, 2025
c++
algorithm
time-complexity
What could affect Python string comparison performance for strings over 64 characters?
Sep 07, 2025
python
string
performance
time-complexity
Mergesort variation with an uneven split?
Sep 06, 2025
algorithm
sorting
time-complexity
mergesort
Why is builtin sorted() slower for a list containing descending numbers if each number appears twice consecutively?
Sep 05, 2025
python
algorithm
performance
sorting
time-complexity
How to compute a least common ancestor algorithm's time complexity?
Mar 21, 2023
c++
c
algorithm
time-complexity
least-common-ancestor
Finding all unique elements from a big sorted array in log n time?
Mar 19, 2023
algorithm
time-complexity
what is the time complexity to check if a dictionary has a key? [duplicate]
Mar 20, 2023
python
dictionary
time-complexity
Is the time complexity of this code O(N^2)
Mar 18, 2023
java
algorithm
performance
substring
time-complexity
Why does this loop return a value that's O(n log log n) and not O(n log n)?
Mar 18, 2023
loops
for-loop
time-complexity
nested-loops
asymptotic-complexity
What's the big-O complexity of this recursive algorithm?
Mar 17, 2023
algorithm
sorting
big-o
time-complexity
complexity-theory
Suppose we had an algorithm that took in an array of strings, sorted each string, and then sorted the full array. What would the runtime be?
Sep 03, 2025
algorithm
time-complexity
Maximum Profit for selling/buying stocks but we can only have absolute value of at most k shares
Sep 02, 2025
algorithm
sorting
time-complexity
dynamic-programming
« Newer Entries
Older Entries »