C++)Neetcode_Stack : Evaluate Reverse Polish Notation

deutan·2025년 6월 9일

Problem

Main Issue

RPN
Reverse Polish Notation
tokens를 앞에서 부터 순회하면서
operands를 만나면 이전의 두 value를 계산한다.

Solution

profile
Visual Computing and Learning

0개의 댓글