Log Files ~~~~~~~~~ Your log file should be of the general form: ESTIMATE of time to complete assignment: 10 hours Start Time Date Time Spent Work completed ---- ----- ---- -------------- 1/11 10:15 0:45 Read assignment and description of C comments et al. in Kernighan and Ritchie 1/14 15:45 1:15 Specification is complete; sketched solution using a finite-state machine with look-ahead 1/17 09:00 2:20 Wrote the program and eliminated compile-time errors; code passes six tests 1/19 19:05 2:00 Discovered and corrected two logical errors; code now passes ten tests 1/20 20:22 1:35 Finished debugging; program passes public test script ---- 7:55 TOTAL time spent but MUST contain * your estimate of the time required (made prior to writing any code), * the total time you actually spent, and * a brief discussion (100 words MINIMUM) of the major difficulties you encountered in developing and debugging your code N.B. To facilitate analysis, the log file must be the only file submitted whose name contains the string "log" and the estimate (total) must be on the only line in that file that contains the string "ESTIMATE" ("TOTAL"). CS-223-01/08/09