CSci 151: Foundations of computer science II
Home Syllabus Assignments Tests

printable version

Review 2: Recursion and lists

Section 2.1: [1] [2] [3] [4] [5] [6]
Section 2.2: [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]

Problem 2.1.1.

Define the term base case as it applies to recursive methods, and explain why every recursive method that works correctly must have at least one.