CPE 101: Fundamentals of Computer Science I
Lab 2

Executables

score-alex: score.c executable
converter-alex: converter.c executable
elections-alex: naive-elections.c executable

Tests

score.c:

score-test10 sample test file for score.c program
score-tests.tar.gz all public tests for score.c program (archive of 20 tests)
score-test.csh test script for score.c program
score-alex-test.csh test script for instructor's executable of the score.c program

converter.c:

score-test10 sample test file for converter.c program
converter-tests.tar.gz all public tests for converter.c program (archive of 20 tests)
converter-test.csh test script for converter.c program
converter-alex-test.csh test script for instructor's executable of the converter.c program

naive-elections.c:

election-test04 sample test file for naive-elections.c program
election-tests.tar.gz all public tests for naive-elections.c program (archive of 15 tests)
elections-test.csh test script for naive-elections.c program
elections-alex-test.csh test script for instructor's executable of the naive-elections.c program


September 11, 2009 dekhtyar at calpoly.edu