Skip to content

A simple calculator app for basic operations that is addition, subtraction, multiplication and division. I implemented data structures in this project to convert infix to postfix expression to evaluate the expression according to the rule of mathematics. The data structure that is used in this project is Stack.

Notifications You must be signed in to change notification settings

Piyush-onGIT/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

A simple calculator app for basic operations that is addition, subtraction, multiplication and division. I implemented data structures in this project to convert infix to postfix expression to evaluate the expression according to the rule of mathematics. The data structure that is used in this project is Stack.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages