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 complexity-theory
How many additional function calls does fib(n) require if "LINE 3" is removed?
Oct 18, 2022
algorithm
complexity-theory
fibonacci
Computational complexity of TreeSet operations in Java?
Nov 20, 2022
java
complexity-theory
red-black-tree
treeset
Avoid O(n^2) complexity for collision detection
Jul 03, 2017
complexity-theory
collision-detection
Fast algorithm for counting the number of acyclic paths on a directed graph
Nov 30, 2021
algorithm
optimization
graph
complexity-theory
directed-graph
Optimal data structure for a special dictionary
Apr 13, 2022
algorithm
data-structures
hash
complexity-theory
trie
Worst case complexity of creating a HashSet<int> from a collection
Nov 12, 2022
c#
.net
complexity-theory
What is complexity of size() for TreeSet portion view in Java
Oct 02, 2022
java
complexity-theory
treeset
Is it possible to find the number of triangles that can be formed from a list of lengths in better than (n choose 3) time?
Mar 17, 2022
algorithm
language-agnostic
time-complexity
complexity-theory
Time and space complexity of vector dot-product computation
Sep 23, 2022
algorithm
vector
complexity-theory
What are the consequences of saying a non-deterministic Turing Machine can solve NP in polynomial time?
Nov 15, 2022
theory
complexity-theory
turing-machines
Big O for worst-case running time and Ω is for the best-case, but why is Ω used in worst case sometimes?
Feb 01, 2022
algorithm
data-structures
heap
complexity-theory
asymptotic-complexity
Are there O(1) random access data structures that don't rely on contiguous storage?
Nov 16, 2022
algorithm
arrays
memory
data-structures
complexity-theory
Is it possible to implement quicksort with O(1) space complexity?
Oct 26, 2022
algorithm
sorting
complexity-theory
quicksort
space-complexity
Can the bigO of an algorithm be found programmatically by analyzing its perfs?
Oct 26, 2022
algorithm
language-agnostic
complexity-theory
big-o
Comparison of experimental running time of algorithm vs. theoretical running time functions
Oct 22, 2022
java
algorithm
complexity-theory
time-complexity
Why is the Ackermann function related to the amortized complexity of union-find algorithm used for disjoint sets?
Oct 14, 2022
set
complexity-theory
ackermann
f(n)=n^log(n) complexity polynomial or exponential
Oct 30, 2022
complexity-theory
big-o
big-theta
The complexity of verifying solutions to NP-hard optimization problems?
Mar 11, 2022
algorithm
complexity-theory
lower-bound
np
« Newer Entries
Older Entries »