============================ Guidelines for Evaluating A6 ============================ ------------ Input/Output ------------ ----------------------------------------------------------- Read number of words and maximum length 0.5 Read dictionary of words 1 Print suggestions 2 Print match and mismatch messages 0.5 ----------------------------------------------------------- Total 4 ----------------------------------------------------------- ---- Code ---- ----------------------------------------------------------- Dynamically initialize dictionary array 2 Scan words into dictionary-array 2 Subroutines: substring routine 2 subsequence routine 2 permutation routine 2 matchscore routine 2 stringlength routine 1 Word checking and associations (main routine) 2 Repeat for new eord check and exit 1 ----------------------------------------------------------- Total 16 ----------------------------------------------------------- =================================================================== Grand Total 20 =================================================================== Note: * Poor Indentation Penalty = -2 * Penalty for using STRING library functions = Deduct 75% of marks for that part of code