From 1b4ae10ae1c6d44ba9ef1e97e0ec482bedb2e8e4 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 22 Sep 2023 00:10:49 -0400 Subject: [PATCH] no extra credit --- hws/03_matrix_class/README.txt | 7 ------- 1 file changed, 7 deletions(-) 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!)