Pls explain the output format

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