Skip to content

Instantly share code, notes, and snippets.

@rjohnson4444
Forked from rrgayhart/recursion.markdown
Last active February 26, 2016 21:51
Show Gist options
  • Save rjohnson4444/0f7320b71f2d4503d1bb to your computer and use it in GitHub Desktop.
Save rjohnson4444/0f7320b71f2d4503d1bb 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?

    • Haha! No I don't. And I though that I was the only one that caught that!

      • Follow Up Question: Will you now?
      • I don't think I could get away with pronouncing it like that. Although I would if I could get away with it :)
    • What is an example of why/where you might use recursion

    • You could use recursion when you need to reformat a dataset that would otherwise need multiple nested loops. Like the example he gave in the video, you could use it when you have a specific database query that needed to be formatted in a certain way.

@rrgayhart
Copy link

👍

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