Project made to solve a boolean algebra by parsing the string and solve the truth table. Highly intuitive code, potential application in simulation project.
- Java 11
- IntelliJ Idea
- Must have Java (duh)
git clone https://github.com/Shrivastava-Aditya/Boolean-Algebra-Calculator
$cd src
$javac Calculator.java
$java Calculator
- 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.