Skip to content

Instantly share code, notes, and snippets.

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

Do you pronounce 'babel' in the same way?

No...

Will you now?

No! What would you call bobble heads then? Bohble heads??

What is an example of why/where you might use recursion?

You might use it to build a function that can count down from 10 O_O Or you could build a recursive function to count number of items in a list that regularly changes size.

@rrgayhart
Copy link

💎

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