/BooleanAlgebra

Java Boolean Algebra Truth Table Generator

Primary LanguageJavaMIT LicenseMIT

Java Boolean Algebra Truth Table Generator

Overview

This program generates truth tables for boolean algebra expressions, supporting operators like NOT, AND, OR, and XOR.

Features

  • Basic boolean operators: NOT, AND, OR, XOR
  • Complex expressions with multiple operators
  • Variable support
  • Sorted truth table rows

Usage

  1. Clone the repo.
  2. Compile the Java files.
  3. Run the program with a boolean expression.
  4. View the truth table in the console.

Contributing

Contributions are welcome! Please open an issue or submit a PR.

License

MIT License. See LICENSE for more details.