Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in complexity-theory

How many additional function calls does fib(n) require if "LINE 3" is removed?

Computational complexity of TreeSet operations in Java?

Avoid O(n^2) complexity for collision detection

Fast algorithm for counting the number of acyclic paths on a directed graph

Optimal data structure for a special dictionary

Worst case complexity of creating a HashSet<int> from a collection

c# .net complexity-theory

What is complexity of size() for TreeSet portion view in Java

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?

Time and space complexity of vector dot-product computation

What are the consequences of saying a non-deterministic Turing Machine can solve NP in polynomial time?

Big O for worst-case running time and Ω is for the best-case, but why is Ω used in worst case sometimes?

Are there O(1) random access data structures that don't rely on contiguous storage?

Is it possible to implement quicksort with O(1) space complexity?

Can the bigO of an algorithm be found programmatically by analyzing its perfs?

Comparison of experimental running time of algorithm vs. theoretical running time functions

Why is the Ackermann function related to the amortized complexity of union-find algorithm used for disjoint sets?

f(n)=n^log(n) complexity polynomial or exponential

The complexity of verifying solutions to NP-hard optimization problems?