Saint Mary's University
Department of Mathematics and Computing Science

csc2301.1 Data Structures and Numerical Methods for Engineers (Fall, 2005)

 

Assignments

Assignment Hand-in

  • All assignments must be handed in the class on the deadline date. Late submission will not be accepted.
  • You must submit the assignment in electronic copy

  • Send your electronic copy as an attachment to the marker by email (peter.macdonald1@smu.ca or petermacdonald@gmail.com) on the deadline date (before 11:30pm)
  • Your electronic copy should include all your source codes and .exe files. You must compress them into a zip file. The name of the zip file must be in the form of assignment_number_9999999.zip ("9999999" is your student ID), e.g. assignment_1_9999999.zip
  • The subject of the email must be in the form of assignment_number_9999999 ("9999999" is your student ID), e.g. assignment_1_9999999

Assignment Header for Each file

At the beginning of each file in your program there should be a header containing descriptive assignment information. E.g.
//===================================================
// Program Name: (your program name here, e.g. ass1_1.cpp)
// Name: (your name here)
// Student ID: (your student id number here)
// Class Number: CSC2301
//
// Assignment 1, 1-1
//==================================================


Assignment 1: assignment1.doc, ass1_1.exe, ass1_2.exe, ass1_3.exe

Assignment 2: assignment2.doc, ass2_1.exe, ass2_2.exe, ass2_3.exe

Assignment 3: assignment3.doc, demos, programs needed for assignment 3

Assignment 4: assignment4.doc, demo, programs needed for assignment 4

Assignment 5: assignment5.doc, demo and programs

Assignment 6