Chris Pollett>Old Classes>CS210, Spring 1999>Hw1

CS 210
HW#1

        Due start of class, Tuesday, Feb 2, 1999. This homework will be graded out of 10.

  1. Write a table-based agent for tic-tac-toe by hand.
  2. Write a LISP program which given a function f:N->N and an integer m computes
    f(m)(0)=f(...f(f(0)...).
    That is, m compositions of f applied to 0.