diff --git a/lectures/07_order_notation_recursion/README.md b/lectures/07_order_notation_recursion/README.md index d390329..ff51b2a 100644 --- a/lectures/07_order_notation_recursion/README.md +++ b/lectures/07_order_notation_recursion/README.md @@ -145,9 +145,11 @@ for (int j=i; j ![alt text](power_equation.png "power equation") + -These are both examples of recursive definitions +These are both examples of recursive definitions. ## 7.11 Recursive C++ Functions