2021年3月26日星期五

Converting infix expression into prefix expression using stack when associativity is right to left

What is the prefix expression of this infix expression 'a^b^c^d'. When converting infix expression into prefix expression using stack and the incoming operator has same precedence with the top element of the stack, then if the associativity is right to left, what should I do?

https://stackoverflow.com/questions/66827397/converting-infix-expression-into-prefix-expression-using-stack-when-associativit March 27, 2021 at 10:07AM

没有评论:

发表评论