Skip to main content

Command Palette

Search for a command to run...

Understanding time complexity, Notation

Data structure and Algorithm

Published
Understanding time complexity, Notation
S

Hi,I am suraj banerjee form Gujarat. I am Technical graduate 🎓. I'm here to explore my experience and learn about new software-related queries as you find my blog interesting then do Follow ME.

Searching for an opportunity, Internship, Job.

Time complexity:

The Time Complexity of an algorithm is the representation of the amount of time required by the algorithm to execute to completion.

Time complexity is the study of the efficiency of an algorithm.

Big O notation:

Big O notation is a mathematical notation that describes the limiting behavior of a function when the argument tends towards a particular value or infinity.

Big O notation means the performance or complexity of an algorithm.

image.png