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
- Host: GitHub
- URL: https://github.com/brucesdad13/booleanalgebra
- Owner: brucesdad13
- License: mit
- Created: 2024-02-20T19:55:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T03:23:37.000Z (over 1 year ago)
- Last Synced: 2024-03-31T04:25:55.427Z (over 1 year ago)
- Topics: boolean-algebra, boolean-expression, java, work-in-progress
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.