Big O is a notation used for describing the complexity(whether space or time complexity) of a program. This concept describes how much time it takes to run your function with respect to the size of the input to the function. In this lesson, we will f...
techwhiz.hashnode.dev4 min read
No responses yet.