Skip to content

JanitSri/Equation-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Equation Solver 📚 ✏️

Solve equations using order of operations

  • Solved by converting the equation to postfix form and evaluating
  • The equations we are used to is in infix form
    • operand operator operand
    • example: a+b
  • postfix form
    • operand operand operator
    • example: ab+

program_screenshot

About

Solve equations using order of operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published