Skip to content

Commit

Permalink
Recursive Methods: update assignment #1's instructions (#28837)
Browse files Browse the repository at this point in the history
  • Loading branch information
thereisnodeveloper authored Sep 23, 2024
1 parent 5dacf0f commit c02716b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/computer_science/recursive_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This section contains a general overview of topics that you will learn in this l

<div class="lesson-content__panel" markdown="1">

1. Read this [intro to recursion](https://javascript.info/recursion).
1. Read this [intro to recursion](https://javascript.info/recursion). You do *not* need to complete the exercises at the end of the article.
1. Watch this [explanation of recursion by Web Dev Simplified](https://www.youtube.com/watch?v=6oDQaB2one8) and this additional [example of recursion by DevSage](https://youtu.be/LteNqj4DFD8?t=340).
1. Watch this [Video on Recursion](https://www.youtube.com/watch?v=mz6tAJMVmfM) from CS50.
1. Read the ["Implementation Issues" section of the wiki article](http://en.wikipedia.org/wiki/Divide_and_conquer_algorithm#Implementation_issues) to get an overview of some of the limitations of recursion.
Expand Down

0 comments on commit c02716b

Please sign in to comment.