JUTABI 2020. 6. 29. 14:49

infix : a + b

postfix : ab+

 

infix -> postfix = (5 + (3 x 2)) -> 532x+

infix를 postfix로 바꾸는 법
스택으로 postfix 계산하기