Skip to content

Instantly share code, notes, and snippets.

@marlomajor
Forked from rrgayhart/recursion.markdown
Last active April 15, 2016 15:53
Show Gist options
  • Save marlomajor/c1ce3c32343d98860070 to your computer and use it in GitHub Desktop.
Save marlomajor/c1ce3c32343d98860070 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?
    • Bobble is CLASSIC.
      • Follow Up Question: Will you now? YASSSSSS
    • What is an example of why/where you might use recursion
      • Hmm...one place to use recursion would be...in a game loop where the games function has to be continually rerun. In Tyler and Jill's snake game, they had multiple instances of recursion in order to add to the snakes body and get the overall function of the game.
@marlomajor
Copy link
Author

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