Documentation for Warmup Assignment 1 ===================================== +------------------------+ | BUILD & RUN (Required) | +------------------------+ Replace "(Comments?)" below with the command the grader should use to compile your program (it should simply be "make" or "make warmup1"; minor variation is also fine). To compile your code, the grader should type: (Comments?) If you have additional instruction for the grader, replace "(Comments?)" with your instruction (or with the word "none" if you don't have additional instructions): Additional instructions for building/running this assignment: (Comments?) +-------------------------+ | SELF-GRADING (Required) | +-------------------------+ Replace each "?" below with a numeric value: (A) Doubly-linked Circular List : ? out of 40 pts (B.1) Sort (file) : ? out of 30 pts (B.2) Sort (stdin) : ? out of 30 pts Missing required section(s) in README file : -? pts Submitted binary file : -? pts Cannot compile : -? pts Compiler warnings : -? pts "make clean" : -? pts Segmentation faults : -? pts Program never terminates : -? pts Separate compilation : -? pts Malformed input : -? pts Too slow : -? pts Bad commandline : -? pts Did not use My402List and My402ListElem to implement "sort" in (B) : -? pts +---------------------------------+ | BUGS / TESTS TO SKIP (Required) | +---------------------------------+ Are there are any tests mentioned in the grading guidelines test suite that you know that it's not working and you don't want the grader to run it at all so you won't get extra deductions, please replace "(Comments?)" below with your list. (Of course, if the grader won't run such tests in the plus points section, you will not get plus points for them; if the garder won't run such tests in the minus points section, you will lose all the points there.) If there's nothing the grader should skip, please replace "(Comments?)" with "none". Please skip the following tests: (Comments?) +--------------------------------------------------------------------------------------------+ | ADDITIONAL INFORMATION FOR GRADER (Optional, but the grader should read what you add here) | +--------------------------------------------------------------------------------------------+ +-----------------------------------------------+ | OTHER (Optional) - Not considered for grading | +-----------------------------------------------+ Comments on design decisions: (Comments?)