Q & A by Maninder Singh

Question:

QUESTION: What is Big O notation?

Answer:

Big O notation is like a way to describe how fast an algorithm grows when the amount of data it processes increases. It helps us compare the efficiency of different algorithms.