Date: Wed, 20 Nov 1996 22:18:28 GMT Server: NCSA/1.5.1 Last-modified: Mon, 18 Nov 1996 21:44:05 GMT Content-type: text/html Content-length: 9549
CPS 100: Fall 1996 |
![]() |
|||
Program Design and Analysis II |
[ C++ Classes | Assgnments | Quiz | Group Work | Groups | Grades | Tests ]
Sorry, I had nothing to do with this. Send complaints to the registrar!
Here is some helpful unix commands for you to try. To learn more try typing "man command" for any command. Feel free to post questions on the newsgroup.
You can start the assignment now. Necessary files have been setup. You should take a look at the Getting Started handout first. It shows you how to setup your environment for this course.
This is just a warmup programming assignment. You should be able to do this assignment using a Vector (or array if you prefer). You do not need to use Stacks, Hash Tables, Trees or other data structures you might know about. We will be covering these structures and their implementation in C++ later in the semester. For this assignment, I am not looking for the best solution, just a solution. Using these other data structures might make the assignment longer than intended.