Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in complexity-theory

Is this NP-Hard or does a known optimal polynomial time solution exist?

Order Complexity for Ruby Combinatoric Functions

Time complexity of a recursive function with two calls

Count the number of appearances of a value in a sorted array in O(log n) complexity

Are lower-bounds established by reductions tight?

complexity analysis of linear search in sorted array

Divide N people into K groups: Why is the big O of this algorithim O(N^2 * K)?

Is this function in the complexity?

complexity-theory

Computational complexity of recursion in prolog

Is complexity O(log(n) + log(n/2) + log(n/4) + log(n/8) + ... + log(2)) = O(log(n))?

How to find all table references from Oracle 10G PL/SQL functions and procedures? [duplicate]

Explain why this unsimplified complexity expression is this?

Intersection of n rectangles - Maximum number of regions where exactly k rectangles intersect

Is ϴ(n)/n = ϴ(1)?

Is a lookup in a hash table O(1)?

complexity-theory

Interesting recursive function

If algorithm time complexity is theta(n^2), is it possible that for one input it will run in O(n)?

Comparison between two different merge sort implementations explained

algorithm to find ten integers>0 that sum to 2011 but their reciprocals sum to 1