diff --git a/hws/03_matrix_class/rubric.txt b/hws/03_matrix_class/rubric.txt index 3c796cc..0cfe0a1 100644 --- a/hws/03_matrix_class/rubric.txt +++ b/hws/03_matrix_class/rubric.txt @@ -18,12 +18,6 @@ This is just from one of the previous semesters, made by the instructor who was - No credit (significantly incomplete implementation). (-4) - Uses STL data structures (lists, vectors, etc). (-4) - Member variables are public. (-2) - - 3rd STATISTIC IMPLEMENTATION (8 pts) (The implementation of the statistic is complete and the output looks correct. The statistic output is well-formatted and easy to read.) - - Not implemented (-8) - - Autograding output of 3rd statistic is missing or very broken (-4) - - Autograding output is largely okay, but buggy or not what is described as intented functionality (-3) - - Output is poorly formatted or difficult to understand (-2) - - The custom statistic function is too simple (-3) - ORDER NOTATION (Readme contains correct analysis of order notation, including proper notation and use of provided variables.) (5 pts) - Does not use O() syntax. (-1) - get_column incorrect. (-0.5)