Due: See class webpage
1. Assignment
2. Student programs
|
|
|
|
3. Help Files
NOTE: the first value in the input data file is not a stream data point, but the parameter n
So the format of the data file is:
n (needed to compute s1)
data1
data2
data3
data4
...
|
4. Turn in
/home/cs584001/turnin Makefile hw1
(If you use Java, you still need a Makefile.
Let me know if you don't know how to create a Makefile)
/home/cs584001/turnin Filename hw1-?
where "?" is a number from 0 to 9.
Example: if your program files are named FixStat.c and StreamStat.c, then you turn the 2 program files in as:
|