Skip to content

Instantly share code, notes, and snippets.

@amcrawford
Forked from rrgayhart/recursion.markdown
Last active February 26, 2016 21:44
Show Gist options
  • Save amcrawford/4204e89879bb014bdeb0 to your computer and use it in GitHub Desktop.
Save amcrawford/4204e89879bb014bdeb0 to your computer and use it in GitHub Desktop.
Recursion and Generators Homework

Recursion Discussion

  • Do you pronounce 'babel' in the same way? No

    • Follow Up Question: Will you now? Yaaas!
  • What is an example of why/where you might use recursion? You can use it in most cases where you would otherwise nest for/ while loops. In this video, the author uses it to create a search tree from an array of objects with like attributes.

@rrgayhart
Copy link

👍

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