diff --git a/hws/03_matrix_class/README.txt b/hws/03_matrix_class/README.txt index 0947b7e..76eb4b7 100644 --- a/hws/03_matrix_class/README.txt +++ b/hws/03_matrix_class/README.txt @@ -55,13 +55,6 @@ What tools did you use (gdb/lldb/Visual Studio debugger, Valgrind/Dr. Memory, std::cout & print, etc.)? How did you test the "corner cases" of your Matrix class design & implementation? - -EXTRA CREDIT: -Indicate here if you implemented resize() for extra credit. -Also document the order notation for your resize() function. - - - MISC. COMMENTS TO GRADER: (optional, please be concise!)