Skip to content

Erfan-Farahmandnejad/StackCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackCalculator

This project is a calculator implementation utilizing the stack data structure. It enables users to perform mathematical calculations by employing a stack-based approach.

Functionality

The calculator supports basic arithmetic operations such as addition (+), subtraction (-), multiplication (*), and division (/). It also handles exponentiation (^) and parentheses for grouping operations. The stack data structure facilitates the parsing and evaluation of mathematical expressions.

About

This project is a calculator implementation utilizing the stack data structure. It enables users to perform mathematical calculations by employing a stack-based approach.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors