output of below expression
@radha-BTDzli
•
Oct 22, 2024
Oct 22, 2024
1.6K
What is postfix equivalent of
3 * log(x+1) - a/2 ???
Actually i just made a tree and then did a post traversal of the tree,so I got the answer to be 3log(x+1)*a2/- ,so I just wanted to know whether I am correct or not,becoz I am not able to understand how to tackle the log(x+1) part,so plz guide...
3 * log(x+1) - a/2 ???
Actually i just made a tree and then did a post traversal of the tree,so I got the answer to be 3log(x+1)*a2/- ,so I just wanted to know whether I am correct or not,becoz I am not able to understand how to tackle the log(x+1) part,so plz guide...