Did you know ? A beginner’s guide to Big O notation Unallocated AuthorSeptember 22, 201601.2K views In Computer Science we use Big O notation to describe the efficiency or complexity of an algorithm. The Big O specifically describes worst-case scenario, and it can also be used to describe the execution time and the space the code takes to run.