Computer Science 201 Assignments


[Home]

Reading Assignments

1/17 Read The Racket Guide, Chapters 1 and 2, experimenting with Dr. Racket as you go along. (If you are joining the class late, please do this assignment as soon as you can!) Also, you will find the numbers section of the Racket guide useful for hw0.
1/17 Optional readings:
  • Programming and Meta-Programming in Scheme,
  • Programming in Scheme Learn Scheme Through Artificial Intelligence Programs,
  • The scheme programming language (online copy) limited preview. Physical copy in SML.
  • Programming in Scheme (online copy)
  • How To Design Programs (online copy). (buy from Amazon) An introduction to programming using Racket written by the inventors of racket. It assumes no programming background.

  • Problem Sets

    1/17 Homework #0: hw0.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday, January 31st. It is also available in /c/cs201/hws/hw0.rkt from your Zoo account. A compiled staff solution is available as well in that directory as hw0_rkt.zo. Information on using the Zoo machines: Zoo tutorial. The CS 201 youtube channel includes hw0 videos that walk you through setting up racket, getting started in DrRacket, tackling hw0, and submitting files on the zoo.
    1/24 Homework #1: hw1.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday, February 14th. (It is also available in /c/cs201/hws/hw1.rkt from your Zoo account.) A compiled staff solution is available as well in that directory as hw1_rkt.zo. The CS 201 youtube channel includes hw1 videos that walk you through hw1, including lists, list recursion, binary and hexadecimal numbers, optional arguments, lambda functions, power set and factoring.
    2/7 Homework #2: hw2.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday, February 21st. (It is also available in /c/cs201/hws/hw2.rkt from your Zoo account.) A compiled staff solution is available as well in that directory as hw2_rkt.zo. The CS 201 youtube channel includes hw2 videos that discuss tree recursion.
    2/12 Homework #3: hw3.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday,February 28th (It is also available in /c/cs201/hws/hw3.rkt from your Zoo account.) A compiled staff solution is available as well in that directory as hw3_rkt.zo. The CS 201 youtube channel includes hw3 videos that discuss Turing Machines.
    2/28 Homework #4: hw4.rkt. It is due online via gradescope at 11:59 Wednesday, March 27th. (It is also available in /c/cs201/hws/hw4.rkt from your Zoo account.) A compiled staff solution is available as well in that directory as hw4_rkt.zo. The CS 201 youtube channel includes hw4 videos
    3/6 Homework #5: hw5.rkt. It is due online via gradescope at 11:59 Wednesday, April 3rd. (It is also available in /c/cs201/hws/hw5.rkt from your Zoo account.) A compiled staff solution is available as well in that directory as hw5_rkt.zo. The CS 201 youtube channel includes hw5 videos
    4/1 Homework #6: hw6.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday, April 17th. (It is also available in /c/cs201/hws/hw6.rkt from your Zoo account.) A compiled staff solution is available as well in that directory as hw6_rkt.zo. The CS 201 youtube channel includes hw6 videos
    4/8 Homework #7: hw7.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday, April 24th. (It is also available in /c/cs201/hws/hw7.rkt from your Zoo account.) A compiled staff solution is available as well in that directory as hw7_rkt.zo. The CS 201 youtube channel includes hw7 videos
    4/19 Homework #8: hw8.rkt. This is an optional assignment. It can replace a lower homework grade. It is due online via the Zoo submit system, at 11:59 Monday May 6th. (It is also available in /c/cs201/hws/hw8.rkt from your Zoo account.) A compiled staff solution is available as well in that directory as hw8_rkt.zo, not including the experiments.

    [Home]