pls explain the output format clearly
how i need to print it
Pls explain the output format
@pankajsingh after forming the tree , do a preorder traversal and print this way
left_child_data => root->data <= right_child_data
pls explain the output format clearly
how i need to print it
@pankajsingh after forming the tree , do a preorder traversal and print this way
left_child_data => root->data <= right_child_data