CS61A - Spring 2014 - Environment Diagrams
Notes:
Rules of Environment Diagrams
Environment Diagrams may seem tricky at first but they’re really useful in analyzing how functions are evaluated. If you follow these simple steps, you’ll be able to draw out any environment diagram. As with all things CS-related, practice, practice, practice! (Read More!)
Practice Problems:
Below are a list of practice problems, test what you've learned!
- Nested Functions Challenge
- Higher Order Functions in Environment Diagrams Challenge
- More Higher Order Functions Practice Challenge