Skip to content

necatikartal/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A small calculator program for my java lecture.

  • A small parser calculator program that using Shunting-yard algorithm to solve infix type expression inputs.
  • Invalid operators are (+,-,*,/).

For students, you will only use 'ICalculator.java, IOperator.java and IStack.java' interfaces to develop your own calculator program during the lecture.

About

A simple parser for arithmetic expressions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages