When converting Postfix or Prefix expression to Infix notation, is there a way to determine which operands are grouped together in parentheses?

前端 未结 0 1301
清酒与你
清酒与你 2021-01-23 11:02

For example, given prefix expression:

- / + * A B C D / E + F G

I convert it to infix expression:

(A * B + C / D) - (E / F + G)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题