Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
后缀表达式比前缀表达式有什么优势?可以使用后缀表达式删除的前缀表达式的缺点是什么?
你可以在这里看到
Postfix 和 Prefix 符号具有相似的复杂性,Postfix 在简单的情况下更容易评估,因为运算符实际上是严格从左到右评估的。
有关中缀、前缀和后缀表达式的更多信息,您可以阅读此内容。