Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 517 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 517 Bytes

InfixToPostfixAndPrefix

Infix notation to Postfix & Prefix - Binary Trees:

  1. Insert the infix expression without space, e.g. 5*(((79)-(87))*4)/7.\n");
  2. Give the negative numbers with this format (-number), e.g. 5*(-7).\n");
  3. This program supports only these operators: ^, *, /, ~, +, -, =.\n");
  4. 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.