0
Write a java program to convert inorder expression to preorder expression in optimized way. Input: a+b*c Output: +a*bc
Can anyone help me out with this?
1 Answer
0
You can look up reverse-polish-notation.
Than try to implement it yourself and if you than have a problem ask those questions here.
Please dont ask for full programms here in the q&a section.