Functional Problem Solving (CSC 151 2014F) : EBoards

CSC151.01 2014F, Class 27: Recursion with Helper Procedures, Continued


Overview

Preliminaries

Admin

Academic Honesty

I think I've been pretty clear that you're not allowed to talk to anyone other than me or Professor Weinman about the exam. (There was a slight confusion with asking tutors about error messages, but I made it clear that that's not acceptable and have talked to the students who did not understand the policy.)

Nontheless, I have reports from both tutors and colleagues that they've seen students together at computers working on what seems to be the 151 exam.

If you may be one of the people they've observed, you have three options.

Upcoming Work

Extra Credit Opportunities

Academic

Peer Support

Questions

In order to solve the color-cycle problem, I need to be able to find the length of a list. I only know a recursive way to find the length of a list. You told me not to use recursion. What should I do?

Use length (which we seem to have left out of the reference pages)

Lab