Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in big-o

Algorithm domination

Why can't we always just pick the biggest term with big-O notation?

Computing time from complexity classes

algorithm big-o

Prove that f(n) = Θ(g(n)) iff g(n) = Θ(f(n))

is there a way to find max in O(1) and do lookups in O(lgN)?

Number of walks from source to sink with exactly h hops

Understanding Big O complexity

What's the time complexity of this algorithm for Palindrome Partitioning?

What is the Difference between T(n) (reccurence relations), Big O and Big Theta

Triple Nested Big O with dependent indices

Big-O time complexity for this recursive Fibonacci?

searching sorted items into a sorted sequence

Big O notation complexity in three cases

How to find the Big O when there are two separate for loops

c for-loop big-o

Why is theta notation never used?

big-o

Decreasing the run time for my recursive subset sum algorthim

Determining the Big-O of this algorithm

Optimize an Algorithm to take in a disliked string and Array of [Prereq, next_class] sub-arrays, outputs number of classes you can take before it

Fastest way to remove first n elements from MutableList