Skip to content

xdanielsb/SymbolicExpressions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Evaluate an expression

"In this project is shown a algorithm to evaluate a symbolic expression."

Patterns used in this project

  • Factory Method
  • Interpreter

Result

Results

How to use it?

you can write an expression as a string for instance String s = "a+b" after that you write the values of the variables a and b as follows

a+b, a=5, b =7

The software accept this operations Exponentiation ^ Addition + Subtraction - Multiplication * Concatenation & Modulus %

If you want you can define another operation, "Interpreter pattern" <3

Models

Functional Model

Results

Structural Model

Results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages