Skip to content

Latest commit

 

History

History

evaluate-reverse-polish-notation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

classic case of stack.

  1. pop two number from stack and calculate if current token is a notation
  2. push to stack if current token is number