Skip to content

My project with implementation a stack based calculator in Java programming language.

Notifications You must be signed in to change notification settings

CatOrLeader/StackBasedCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stack-Based Calculator (RPN)

This is a project with the implementation of the stack-based calculator ("Reverse Polish Notation", see more).

Source

This implementation was made according to the description of the algorithm (RPN) in "Stack, or Round Trip" by author A. Vtornikov (orig. rus "Стек, или Путешествие туда и обратно" А. Вторников).

Usage

      --> input: Expression in infix (normal) form, each symbol separated by space
      --> output: console

Calculator supports 4 usual algebraic operations: SUM, DIFF, MUL, DIV.

About

My project with implementation a stack based calculator in Java programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages