An open API service indexing awesome lists of open source software.

https://github.com/brucesdad13/booleanalgebra

Java Boolean Algebra Truth Table Generator
https://github.com/brucesdad13/booleanalgebra

boolean-algebra boolean-expression java work-in-progress

Last synced: 6 months ago
JSON representation

Java Boolean Algebra Truth Table Generator

Awesome Lists containing this project

README

          

# 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.