Skip to content

Instantly share code, notes, and snippets.

@tjkomor
Forked from rrgayhart/recursion.markdown
Last active February 26, 2016 21:52
Show Gist options
  • Save tjkomor/1a4dcacb37a31615256d to your computer and use it in GitHub Desktop.
Save tjkomor/1a4dcacb37a31615256d to your computer and use it in GitHub Desktop.
Recursion and Generators Homework
  • Watch Recursion
  • Fork this gist
  • Answer the following questions in your fork
    • Do you pronounce 'babel' in the same way? I don't know what to think anymore.
      • Follow Up Question: Will you now?
        Questionable.
    • What is an example of why/where you might use recursion Recursion is a faster, cleaner way to loop through sets of data. Without recursion, the next best solution is usually to use nested for loops, and that isn't very fun.
@rrgayhart
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment