Big O Notation

2024-04-11 01:06
2024-11-07 11:37

The idea

Big O Notation
It's a notation that describes the complexity of an algorithm in function of the input size using its worst case scenario. It works for both time complexity and space complexity.

Sources