Skip to content

ts549/Visual-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

A simple calculator using HTML, CSS, and JavaScript. The calculator works with a display screen to show the current expression being inputted as well as the final output.

The output is calculated by using Dijkstra's two-stack algorithm for expression evaluation. One stack is used to keep track of operations and one stack is used to keep track of operands.

About

A simple calculator that calculates an expression given user input using HTML, CSS, and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors