我们如何将前缀表达式转换为后缀表达式(不使用表达式树)?
通过使用Stack数据结构,我们可以轻松地将“Infix到Postfix”和“infix到Prefix”转换,但我无法将Prefix转换为后缀。
是的,我们可以将前缀转换为中缀,然后将中缀转换为后缀。但我想直接从前缀转换为后缀。
有没有可行的解决方案(不是表达式树)?
By using Stack data structure, we can easily convert "Infix to Postfix" and "infix to Prefix" but I can't convert Prefix to postfix.
yes, we can convert prefix to infix then infix to postfix. but I want direct conversion from prefix to postfix.
Is there any feasible solution (not expression tree) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论