Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

=================================================================
==53351==ERROR: AddressSanitizer: alloc-dealloc-mismatch (operator new vs operator delete []) on 0x603000000010
    #0 0x7f6b9452f480 in operator delete[](void*) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe1480)
    #1 0x55a3ce8cf051 in BinaryTree::~BinaryTree() /in/ex6.cpp:87
    #2 0x55a3ce8de6e8 in test28() /in/compile/TestFunctions.cpp:359
    #3 0x55a3ce8e0956 in std::_Function_handler<void (), void (*)()>::_M_invoke(std::_Any_data const&) /usr/include/c++/7/bits/std_function.h:316
    #4 0x55a3ce8e0630 in std::function<void ()>::operator()() const /usr/include/c++/7/bits/std_function.h:706
    #5 0x55a3ce8cf757 in runTests(int) /in/compile/TestFunctions.cpp:19
    #6 0x55a3ce8cde50 in main /in/compile/test.cpp:13
    #7 0x7f6b92dbcc86 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)
    #8 0x55a3ce8cdba9 in _start (/out/package/test+0x19ba9)

0x603000000010 is located 0 bytes inside of 24-byte region [0x603000000010,0x6030000

Hints

Your answer may be identical to the JOJ answer in the first several lines.

However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.

Please double check your code to solve this problem and try again.

Your Answer

Test 28: Comparison of Empty and Single Node Tree
Empty Tree Empty? Yes
Single Node Tree Empty? No
Single Node Tree Sum: 0
Are trees equal? No

JOJ Answer

Test 28: Comparison of Empty and Single Node Tree
Empty Tree Empty? Yes
Single Node Tree Empty? No
Single Node Tree Sum: 1
Are trees equal? No