diff --git a/lectures/07_order_notation_recursion/README.md b/lectures/07_order_notation_recursion/README.md index f924865..f19be0f 100644 --- a/lectures/07_order_notation_recursion/README.md +++ b/lectures/07_order_notation_recursion/README.md @@ -119,9 +119,11 @@ For each version below, give an order notation estimate of the number of operati 1 ```cpp int count=0; -for (int i=0; i