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
Namaste!
If this issue is still open, I am almost ready to push the edits you specified.
Regarding the test cases for Assignment 1, all are passing except the 4 four pictured here:
Since the program is running perfectly otherwise, I think we can assume the outputs are correct. As you can see, the one below can be verified with a calculator:
As I finish the tests for Assignment 1, I am still undecided if:
I should alter the above-noted test-cases to reflect the actually returned values, or;
I should let the tests fail because they don't match the published specification
Let me know what approach you think is best!
The other three divergent outputs are here below:
Memory allocation in Assignments 1 and 2A in CS2233 Data Structures is syntactically wrong. The
*
s insidemalloc
must be removed.Also, the submitted version must be checked with the inputs mentioned in the pdf file and Valgrind(memory leak checker for c/c++).
The text was updated successfully, but these errors were encountered: