TheAlgorithms / Java

All Algorithms implemented in Java
MIT License
59.44k stars 19.16k forks source link

[FEATURE REQUEST] - Implement Boolean Algebra Gates in Java #5680

Open Taranpreet10451 opened 1 hour ago

Taranpreet10451 commented 1 hour ago

What would you like to Propose?

I propose to implement various Boolean algebra gates (AND, OR, NOT, XOR, NAND, NOR) using Java. These gates form the foundation of Boolean logic, which is crucial in fields such as digital circuit design, computer science, and algorithms.

Issue details

This feature request proposes adding basic Boolean algebra gates such as AND, OR, NOT, XOR, NAND, and NOR to the project using Java. These logical gates are essential for various applications like digital circuit design, simulations, and algorithm development. Implementing them as separate classes will enhance the project's utility in handling Boolean operations.

Additional Information

No response

Taranpreet10451 commented 1 hour ago

@siriak I would like to work on this issue.