Carol Xavier
(b) Write the output as m-lines, each line containing three numbers, with either I or 0 to signify whether or not the assignment is a stable match, followed by nz, followed by the number of unassigned pairs the algorithm checks to determine stability or rule out instability. You must name input file, output file, and the Python program as follows: stablelnput.txt, stableOutPut.txt, assignmentl.py. Points will be deducted if you do not follow this naming convention and file extcnsion.
For example, for the above input, one possible output can be:
2) [NOT GRADED — NOT REQUIRED TO BE TURNED IN] Do Problem 4 in Chapter 2 on Pages 67-68 of the Kleinberg and Tanks text. Be able to justify your oniering of the growth rate functions in .ch case.
3) TURN IN: Upload one tar archive file per team of upto 3 that contains the following files: • README.txt: This document should explain your solution, how to launch your application, and any other relevant information. Additionally, all team member names and email addresses must be present in this document.
• Sample input data and generated output data from your tests: stableInput.txt, stableOutPut.txt, stablelnputO.txt, stableOutPutO.txt, stablelnputl.txt, stableOutPutI.txt, stablelnput2.txt, stableOutPut2.txt, … (Include enough to convince yourself your code works!) Make stablelnput.txt and stableOutputtxt the same as one of your other tests . that even if we overwrite stablelnputtxt and stableOutputtxt, all your test cases are preserved. • All .urce code file(s) in your working directory.
• U. the following command exactly as written to tar up your working directory: o tar -zcvf assignmentl.tgz yourWorkDirectoryName/ o If you do not know how to use tar, you can use zip as a last resort. However, for case of grading, we strongly suggest learning about and using tar. Submit your archive to Assignment 1 DropBox on Pilot by February IS. (Only one submission per team.) 4) Grading Criteria: Your assignment will be graded on correctness based on the test inputs we will provide as well as on the well-documented source code. Late submissions will be penalized at the rate of 25, / day and no 18 on Pilot.
AssignmentTutorOnline
The post Carol Xavier appeared first on My Blog.