Well, the answer should still be in infix except without 'redundant' 
parantheses. So, just converting it to prefix/postfix will not do.  If we 
were to scan the array and remove parentheses, you might end up deleting 
relevant ones. Eg: ((A+B)*C) should output (A+B)*C. So, the key point here 
is to remove superfluous parentheses.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/GjgpYW3LKS8J.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to