Computer Science 201 Assignments


[Home]

Reading Assignments

1/13 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.
2/10 Read The Racket Guide, Chapters 3 and 4.
1/13 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/13 Homework #0: hw0.rkt. It is due online via gradescope at 11:59 Monday, January 27th. 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/22 Homework #1: hw1.rkt. It is due online via gradescope at 11:59 Wednesday, February 12th. (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/3 Homework #2: hw2.rkt. It is due online via gradescope at 11:59 Wednesday, February 19th. (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/10 Homework #3: hw3.rkt. It is due online via gradescope at 11:59 Wednesday,February 26th (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.
    Provisional Assignment Dates
    2/26 Homework #4: hw4.rkt. It is due online via gradescope at 11:59 Wednesday, March 26th. (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/5 Homework #5: hw5.rkt. It is due online via gradescope at 11:59 Wednesday, April 2nd. (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
    3/7 Homework #6: hw6.rkt. It is due online via gradescope at 11:59 Wednesday, April 16th. (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/2 Homework #7: hw7.rkt. It is due online via gradescope at 11:59 Wednesday, April 23rd. (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/16 Homework #8: hw8.rkt. This is an optional assignment. It can replace a lower homework grade. It is due online via gradescope at 11:59 Monday May 5th. (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]