diff --git a/lectures/07_order_notation_recursion/README.md b/lectures/07_order_notation_recursion/README.md index f33dcd6..c202b5b 100644 --- a/lectures/07_order_notation_recursion/README.md +++ b/lectures/07_order_notation_recursion/README.md @@ -24,7 +24,7 @@ operations, and then multiply this count by the average cost of an operation. ```cpp double sum = 0; for (int i=0; i