You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we must use C++ 14 or newer, the documentation should reflect that. I also added that you can run the executable using `./foo_tests` because I am not sure it's obvious.
Note that the `../mergesort/mergesort.c` in this command includes
@@ -258,6 +259,6 @@ That has two major implications:
258
259
259
260
Be sure that:
260
261
261
-
-[ ] You follow our instructions
262
+
-[ ] You follow our instructions (especially about how we want you to be using `malloc` or `calloc` instead of leveraging the dynamically allocated memory option)
262
263
-[ ] Your canvas group matches your github classroom group
263
-
-[ ] You submit your repository URL to canvas (if your canvas groups are set up correctly this will only need to be done once)
264
+
-[ ] You submit your repository URL to canvas (if your canvas groups are set up correctly this will only need to be done by one team member)
0 commit comments