From 4eccba0c7b0782b0fbe4a7f481199a9104cf4ae0 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 19 Sep 2023 23:16:35 -0400 Subject: [PATCH] move image a little down --- lectures/07_order_notation_recursion/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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