mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 15:14:01 +08:00
Apply suggestions from code review
This commit is contained in:
@@ -404,7 +404,7 @@ int main(int argc, char *argv[]) {
|
||||
} else {
|
||||
std::cout << "Target element is : " << targetElement << std::endl;
|
||||
std::cout << "Inorder successor for target element is : "
|
||||
<< inorderSuccessor->data;
|
||||
<< inorderSuccessor->data << std::endl;
|
||||
}
|
||||
|
||||
delete (inorderSuccessor);
|
||||
|
||||
Reference in New Issue
Block a user