Posts

Showing posts with the label Algorithm




Describe Big O Notation Used in Algorithm

Image
Big O notation is used in Computer Science to describe the performance or complexity of an algorithm. On2 const arr 123 123 123 This would be On m where n is the length of the first dimension 2 and m is the length of the second dimension 3. Big O Notation Algorithms Droidtechknow In memory or on disk by an algorithm. . Big-O notation is used to denote the time complexity of an algorithm. Big O notation is used in Computer Science to describe the performance or complexity of an algorithm. This is know as linear time or space. In memory or on disk by an algorithm. This is known as constant time space. It is a member of a family of notations invented by Paul Bachmann Edmund Landau and others collectively called BachmannLandau notation or asymptotic notation. In computer science big O notation is used to classify algorithms according to how their run time or space requirements grow as the input size grows. Big...