Assignments

Assignment 2

Solutions

This assignment consists of two programming problems.

Problem A - All C files and the tutorial - Note: Assume that the deque contains non-negative integers. Therefore the functions that return a data value should return -1 if there is an error condition.

Problem B - All C, input and output files

Note: Ignore the warning message "cast to pointer from integer of different size".

Due date: November 29, 5PM.

submit Command

To submit a file, use the following command:

submit 2031 asg2 [filename]

Note: You can submit a file several times. A new submission will overwrite the previous version.

Assignment 1

This assignment consists of two programming problems.

Problem A (updated Oct. 19) - All C, input and output files

Problem B - All C and output files

Due date: October 26, 5PM.

Rules