/Boolean-Algebra-Calculator

Boolean Algebra Calculator using java.

Primary LanguageJava

Boolean Algebra Calculator

Project made to solve a boolean algebra by parsing the string and solve the truth table. Highly intuitive code, potential application in simulation project.

Tools

  1. Java 11
  2. IntelliJ Idea

Requisites

  1. Must have Java (duh)

procedure to run

git clone https://github.com/Shrivastava-Aditya/Boolean-Algebra-Calculator
$cd src
$javac Calculator.java
$java Calculator

Important information

  • Must enter the equation in SOP form.
  • The variables included must be adjacent alphabets (to be precise adjacent ASCII characters).
  • Complex equation is much welcome, but variable more than 5 in some cases will cause memory overflow.

Forks and contributions are highly appreciated. 🤍