COL351: Submission instructions for Programming Assignment 3


HW3 submissions are to be made as follows:
- Create a zip file with all your source code and a "Makefile" file.
- The make file should compile your source code (in case it needs any compilation, otherwise it may be empty).
- Our autograder will simply unzip your zip file and run the command "make”.
- This will be followed by running either “longmultiplication” or “karatsuba” for different test cases (done by copying and deleting different input.txt files into your directory) and checking the "output.txt" file.
- The graph that you make should be a pdf file named “graph.pdf” and should be within your submission directory.
- Name your zip file in the following format: <entry no>.zip. (Example: 2014CS10201.zip)
- Mail your zip file with the subject: "COL351:HW3” to col351iitd@gmail.com

Here are some of the common mistakes in the previous homework. Please avoid them in this submission.
- The extracted directory should be named as <entry no> (in capitals).
- No Folder within Folder.
- Your zip file when extracted shouldn't create a directory, that contains directories like 2014CSxxxxx and _MACOSX. It should only contain required files.
- Your submission should either have a checkmatrix file or it gets created after executing make.