DEV Community

Cover image for Monday Express BigO Notation [Day 2]
Cliff Gor
Cliff Gor

Posted on

Monday Express BigO Notation [Day 2]

Hello welcome to the second BigO notation challenge where we will be solving a few challenges.

Today we will be taking a new route just to understand what BigO Notation is

What is BigO Notation?

Well said you can check that blog which has a lot of explanation about O Notation.

There are 4 key things to consider while solving BigO challenges

  1. When you have different steps in your algorithm you add them

  2. You drop constants as they are described as (o) of n

  3. If you have different inputs you use different variables to represent that eg

  4. You drop non dominate terms

You can watch a simple explanation of BigO Notation

Thank you for reading see you next week 🎉

Top comments (5)

Collapse
 
miami profile image
Larry Miami

This was an awesome read!! looking forward to more

Collapse
 
miami profile image
Larry Miami

especially Pamella lovetts explanation

Collapse
 
cliffgor profile image
Cliff Gor

Thanks, Miami Larry

Collapse
 
awinja_j profile image
Joan Awinja Ingari

This is awesome research Cliff. Keep up!

Collapse
 
cliffgor profile image
Cliff Gor

Thanks Joan 😃