diff --git a/labs/recursion/README.md b/labs/recursion/README.md index 5396cd8..47c777e 100644 --- a/labs/recursion/README.md +++ b/labs/recursion/README.md @@ -1,4 +1,4 @@ -# Lab 8 — Recursion +# Lab 6 — Recursion This lab gives you practice in the use of recursion to solve problems. All three checkpoints addressed in this lab deal with finding and counting the number of paths between points on a rectilinear grid. A starting