Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in big-o

Big-O summary for Java Collections Framework implementations? [closed]

java collections big-o

Are 2^n and n*2^n in the same time complexity?

Are there any worse sorting algorithms than Bogosort (a.k.a Monkey Sort)? [closed]

algorithm sorting big-o

What exactly does big Ө notation represent?

How to find the kth largest element in an unsorted array of length n in O(n)?

performance algorithm big-o

Is log(n!) = Θ(n·log(n))?

Are there any cases where you would prefer a higher big-O time complexity algorithm over the lower one?

Append an object to a list in R in amortized constant time, O(1)?

r performance list append big-o

Big-O for Eight Year Olds? [duplicate]

algorithm theory big-o metrics

Determining complexity for recursive functions (Big O notation)

Are there any O(1/n) algorithms?

Computational complexity of Fibonacci Sequence

List of Big-O for PHP functions

Difference between Big-O and Little-O Notation

What is the difference between Θ(n) and O(n)?

Constant Amortized Time

How can building a heap be O(n) time complexity?

Big O, how do you calculate/approximate it?

What does O(log n) mean exactly?

What is a plain English explanation of "Big O" notation?