CS61A - Fall 2013 - Scheme
Notes:
Looks like there currently aren't any notes (yet) about Scheme...if you'd like to see some, let me know.
Practice Problems:
Below are a list of practice problems, test what you've learned!
- Flatten Nested Lists Challenge
- Reverse Scheme List
- Nested Reverse List Challenge
- Zip Two Lists Challenge
- Rotate List k Times Challenge
- Count Occurrences