CS Least Favorite Assignment
I enjoyed all of the labs this year but if I had to name a least favorite, it would have to be Lab 9, recursion with natural numbers.There isn't really a complicated reason why I didn't like this lab as much as the others: I simply don't like recursion. I know it's the easiest way to do a lot of things quickly, but finding a closed form to everything is more fun and more helpful when trying to just come up with one answer, rather than a whole series of answers. I'm getting into Math there so I'll stop, but I just prefer to not do recursion.
Links
Lab 9: A pdf file of the source code for lab 9.