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
Detecting if a string has unique characters: comparing my solution to "Cracking the Coding Interview?"
Aug 27, 2022
java
string
algorithm
big-o
time-complexity
Time complexity of nested for-loop
Aug 27, 2022
big-o
complexity-theory
time-complexity
Stack with find-min/find-max more efficient than O(n)?
Aug 27, 2022
java
algorithm
data-structures
stack
big-o
O(n log n) vs O(n) -- practical differences in time complexity
Sep 05, 2022
algorithm
big-o
time-complexity
Why is it impossible to find a specified value in a sorted array faster than O(log n)?
Oct 21, 2022
arrays
algorithm
time-complexity
big-o
O(log N) == O(1) - Why not?
Aug 27, 2022
performance
algorithm
computer-science
big-o
Why is the Big-O complexity of this algorithm O(n^2)?
Aug 27, 2022
algorithm
time-complexity
big-o
complexity-theory
asymptotic-complexity
Complexity of list.index(x) in Python
Aug 27, 2022
python
algorithm
list
big-o
performance
What is the Big-O of a nested loop, where number of iterations in the inner loop is determined by the current iteration of the outer loop?
Aug 27, 2022
big-o
nested-loops
Which is better: O(n log n) or O(n^2)
Aug 27, 2022
algorithm
time-complexity
big-o
complexity-theory
Differences between time complexity and space complexity?
Aug 27, 2022
algorithm
complexity-theory
big-o
Can an O(n) algorithm ever exceed O(n^2) in terms of computation time?
Aug 26, 2022
big-o
complexity-theory
time-complexity
what does O(N) mean [duplicate]
Aug 31, 2022
performance
scalability
big-o
set
Is the time complexity of the empty algorithm O(0)?
Aug 26, 2022
algorithm
math
theory
big-o
Is list::size() really O(n)?
Aug 26, 2022
c++
list
stl
complexity-theory
big-o
Python dictionary keys. "In" complexity
Aug 26, 2022
python
dictionary
hashmap
complexity-theory
big-o
Difference between O(n) and O(log(n)) - which is better and what exactly is O(log(n))?
Aug 25, 2022
algorithm
data-structures
complexity-theory
big-o
logarithm
Why is accessing an element of a dictionary by key O(1) even though the hash function may not be O(1)?
Aug 25, 2022
c#
dictionary
hashtable
big-o
multiset, map and hash map complexity
Aug 18, 2022
c++
complexity-theory
big-o
Implement a queue in which push_rear(), pop_front() and get_min() are all constant time operations
Oct 17, 2022
algorithm
data-structures
queue
big-o
« Newer Entries
Older Entries »