Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in complexity-theory

How to convert this O(n^2) algorithm to O(n)?

Time complexity of O(n^2)

c complexity-theory

Formula for division of each individual term in a summation

c math complexity-theory

Lua: performance of __index as a function vs as a table

Can a program output a copy of itself [closed]

Did you apply computational complexity theory in real life?

theory complexity-theory

An algorithm to detect permutations of Hankel matrices

Pear CodeSniffer Cyclomatic Complexity

Calculating algorithm complexity of 1 2 4 8 pattern

Are all problems in NP which are not P NP-complete?

complexity-theory

Do recursive calls count into space complexity?

What's the big-O complexity of this recursive algorithm?

How am I misunderstanding Big-O of these Java functions?

O(n) complexity of Python list comprehension with zip() function

Complexity to find if there is a missing element in an array

c arrays complexity-theory

Linked List v.s. Binary Search Tree Insertion Time Complexity

Is premature optimization in SQL as "evil" as it is in procedural programming languages?

What are NP problems?

complexity-theory p-np

Calculating the space complexity of a C-function?

NP - Non deterministic polynomial time