University of Arizona, Department of Computer Science

CSc 120 (Fall 2017): Assignment 10

Start Date: Wed Nov 1
Due Date: Short problems: 7:00 PM, Sat Nov 4
Long problems: NONE

This assignment (short problems only) begins working with recursion. There are no long problems since we have a midterm next week on Nov 8.

General Requirements

  1. Your code should follow the style guidelines for the class.
  2. You should only use external libraries that have either been mentioned either in class or else in the assignment spec.

Short Problems (Due 7pm Sat Nov 4)

(20 points)

These problems have to be solved and submitted at http://practice.cs.arizona.edu.

The process for turning in your solutions is as in previous assignments. There are three problems, described below, which are grouped under the assignment name "Assg 10".

The short problems for this assignment are the following:

  1. List to string (Recursive)

  2. List Palindrome (Recursive)

  3. Column to List (Recursive)

  4. Diagonal to List (Recursive)