Big O Complexity
Big-O notation represents an algorithm's worst-case complexity.

Do you want to calculate Big O ? then,
Rule 1: Worst Case
Rule 2: Remove Constants
Rule 3: Different inputs
Rule 4: Drop Non-dominant terms


#complexity #O