EEB330 / slides

Course Slides
Apache License 2.0
0 stars 0 forks source link

Week 3 precept - Control flow #2

Closed diogro closed 1 year ago

diogro commented 1 year ago

Touching on the basics of functions, conditionals and loops. Global vs function environments.

Apply-family functions as a way to replace loops. Advanced exercise can be the refactoring of a reasonably complicated loop as a function + apply.

diogro commented 1 year ago

There will be a week dedicated to apply functions, so maybe just touch on them so the advanced students have something to do.

diogro commented 1 year ago

Maybe one recursive function?