Skip to content

Instantly share code, notes, and snippets.

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

Do you pronounce 'babel' in the same way?

  • Definitely not.

Follow Up Question: Will you now?

  • Depends on the context. But probably.

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

  • I might recursively call "checkIfRowFull" for each row on the board before calling "clearRow" and "moveBlocksDown" in Tetris ;)
@rrgayhart
Copy link

👍

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