CPS 100, Spring 2004, Weekly Programs

  1. Extra, Due on Wed April 21

    Do bit1

        submit_cps100 weekly07 *
    

  2. Due on Monday, April 19

    Do Graph I and Graph II (both word ladder problems)

  3. Due on Monday, April 12 as weekly06

    Do Internet and Circuits. Make sure you submit separate .cpp files as weekly05. These problems are graph problems, we'll talk about graphs April 5-9.

  4. Due on Friday, February 20

    Do BSTs and Tourney, submit as weekly04. Make sure you submit separate .cpp files for each problem. Please name your files bst.cpp and tourney.cpp

  5. Due on Friday, January 30

    Do AuntUncle, submit as weekly03.

  6. Due on Monday, January 19

    Do MemberCheck (Set 1) and Anonymous (Vector 8). You may have worked on these in 6 or 6x, it's fine to re-use code you've already done.

    Only Membercheck is required, Anonymous is extra credit.

  7. Due on Monday, January 12

    Do Problem Sort1 SortedFreq.

Test online using the browse/web-submit links below. You must submit your code using standard submit instructions, e.g., from the commandline use the command below.


  submit_cps100 weekly01 *.cpp README

From eclipse use the standard submit mechanism. Each program/class you submit should be in a separate .cpp file.

In your README, you should indicate how long you spent on the problem, any people with whom you discussed the problem, and your impressions and thoughts about the problem.


Format of Code for Testing

You should submit a .cpp file that contains no main function, just the function or class described in the problem statement, with the correct class name and method name/signature. Be sure to #include the appropriate header files (standard C++ and Tapestry). The submit script will tell you if your program fails to compile.


See the bottom of this page for links to problem statements.

If you use this page again you'll have to reload/rebrowse for the program and reselect the problem.


Problem:

Main file:
Programming language:

  1. Problem Sort 1: SortedFreqs

  2. Problem Vector 8, Anonymous

  3. Problem Set1, MemberCheck

  4. Problem Aunt Uncle

  5. Problem BSTs

  6. Problem Tourney

  7. Problem Internet

  8. Problem Circuits

  9. Graph I

  10. Graph II

  11. Bit1 CodeBloat

Owen L. Astrachan
Last modified: Wed Apr 21 10:01:31 EDT 2004