Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback: Recursion (recursion-trees-fractals) #670

Open
cycomachead opened this issue Apr 6, 2016 · 0 comments
Open

Feedback: Recursion (recursion-trees-fractals) #670

cycomachead opened this issue Apr 6, 2016 · 0 comments

Comments

@cycomachead
Copy link
Member

GetFeedback Submission

RATING: false
Submission Time: 2016-03-26T07:15:04.065-07:00
Page: Recursion
Course: cs10_sp16.html
Topic: berkeley_bjc/recur/recursion-trees-fractals.topic

View the Page here


I think it would be worth revising this lab. I see a number of submissions to the midterm fractal in which students created a different block for each level of the fractal (missing the point of recursion), where each of those blocks calls the others. I think this idea was inspired by the beginning of the lab (the exercises on this page). It tells them to make tree1 and tree2, etc. but I think it is wrong to have them actually make those scripts since it is not what we want sticking in their heads. I think we can leave that content there but change the exercise so that it really emphasizes the use of "levels" as an input parameter to the recursive block and the fact that making each level its own block is inefficient.

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

No branches or pull requests

1 participant