Class Expressions


  • public class Expressions
    extends Object
    Evaluates arithmetic expressions using Dijkstra's two-stack algorithm. Handles the following binary operators: +, -, *, / and parentheses. Source: EvaluateDeluxe Note: Operators must be left associative (exponentiation is right associative)
    • Constructor Detail

      • Expressions

        public Expressions()