Skip to content

reynoldsjulia789/stack-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack Calculator

A calculator that uses stacks to evaluate infix expressions by first converting them to postfix expressions, then determines the result.

Why?

  • Explore the use of stacks to evaluate postfix expressions
  • Explore the use of stacks to convert infix expressions to postfix expressions
  • Practice building a working Graphical User Interface

Citations

  • CSCD 300 (Data Structures) provided Calculator GUI starter code

About

Data Structures (CSCD 300) - Using stacks to return the result of inputted equations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages