Infix notation to Postfix & Prefix - Binary Trees:
- Insert the infix expression without space, e.g. 5*(((79)-(87))*4)/7.\n");
- Give the negative numbers with this format (-number), e.g. 5*(-7).\n");
- This program supports only these operators: ^, *, /, ~, +, -, =.\n");
- Output format use parentheses with singed number and operators, e.g. (+5) (-7) (*).\n"); All other formats are not supported and appear respectively error messages as the case.\n\n");
Check pdf's screens.