This repository contains a calculator application that efficiently parses and evaluates mathematical expressions using an optimized version of the Shunting-Yard algorithm. Unlike traditional implementations, this calculator combines the conversion of the expression to postfix notation and the calculation of the result in a single pass, resulting in improved memory usage and potentially faster execution.
-
Notifications
You must be signed in to change notification settings - Fork 0
frontrunner44/PrettyCalc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A JavaScript calculator that uses an optimized Shunting-Yard Algorithm and stack based approach to calculate an expression in a single pass.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published