This commit is contained in:
Jidong Xiao
2023-11-14 13:50:55 -05:00
parent 1c5ab12c4a
commit ada2f37cf0

View File

@@ -39,6 +39,6 @@ std::queue<TreeNode*> myQueue;
*estimate: 15-20 minutes*
The provided program clearly has memory leaks. Fix the memory leaks. This is an individual checkpoint, do not work with another student.
The provided program clearly has memory leaks. Fix the memory leaks.
**To complete this checkpoint**: Show a TA your program, and your test results with either Valgrind or DrMemory.