Skip to content

Instantly share code, notes, and snippets.

@rossedfort
Forked from rrgayhart/recursion.markdown
Last active February 26, 2016 21:50
Show Gist options
  • Save rossedfort/a777027da82b1fe60d81 to your computer and use it in GitHub Desktop.
Save rossedfort/a777027da82b1fe60d81 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?
      • No
      • Follow Up Question: Will you now?
        • Yes, bobble FTW
    • What is an example of why/where you might use recursion
      • An example of when I would use recursion is if I had a linked list or tree-like data structure that I needed to parse. Instead of looping through every element of the data-set, I could use recursion to format it.
@rrgayhart
Copy link

👍

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