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 it possible to remove duplicates from a sorted list in less than O(n) time?
Feb 25, 2022
arrays
algorithm
complexity-theory
big-o
What's the efficiency in Big O notation of the "in" operator or obj.hasOwnProperty(prop)
Oct 27, 2022
javascript
performance
big-o
What does it mean when an operation "approaches O(1)" as opposed to "is O(1)"?
May 15, 2022
c#
.net
optimization
big-o
Why is this code considered O(N^6) in Big Oh notation?
Jan 30, 2022
c
for-loop
big-o
notation
Should I dump java.util.HashSet in favor of CompactHashSet? [closed]
May 10, 2022
java
performance
collections
big-o
hashset
Big O notation for triangular numbers?
Aug 19, 2022
big-o
Get an O(N) algorithm to find a product of a collection of numbers with a strange constraint
Jan 25, 2019
algorithm
complexity-theory
big-o
Can you sort n integers in O(n) amortized complexity?
Mar 03, 2022
algorithm
complexity-theory
big-o
Still sort of confused about Big O notation
Jan 25, 2021
algorithm
sorting
big-o
Mapping from String to integer - performance of various approaches
Apr 14, 2022
java
performance
data-structures
big-o
Java StringBuilder.setLength() - is time complexity O(1)?
Nov 08, 2022
java
big-o
time-complexity
Linked List insertion running time confusion
Apr 27, 2022
algorithm
language-agnostic
big-o
What is the complexity of this code whose nested for loop repeatedly doubles its counter?
Aug 22, 2022
algorithm
time-complexity
big-o
complexity-theory
Big-O notation for two simple recursive functions
May 03, 2022
python
algorithm
math
recursion
big-o
Solving the recurrence relation T(n) = √n T(√n) + n [closed]
Apr 15, 2022
math
recursion
complexity-theory
big-o
recurrence
The intersection of all combinations of n sets
Jan 08, 2022
algorithm
data-structures
set
big-o
combinations
Reccurrence T(n) = T(n^(1/2)) + 1
Dec 17, 2021
algorithm
math
big-o
analysis
recurrence
What is the base of the logarithm for the purposes of Algorithms?
Nov 15, 2022
big-o
Algorithm for deleting one element in an single linked list with O(1) complexity
Oct 23, 2019
algorithm
linked-list
computer-science
big-o
O(n) + O(n) = O(n)?
May 14, 2022
python
algorithm
big-o
« Newer Entries
Older Entries »