Boolean algebra is used to do arithmetic with bits of values True (1) or False (0). There are three basic operations: 'and', 'or' and 'not'.
URL: http://github.com/TheAlgorithms/Python/tree/master/boolean_algebra
dia="all" rel="stylesheet" href="https://github.githubassets.com/assets/repository-6534fbc3f5e83ac0.css" />| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Boolean algebra is used to do arithmetic with bits of values True (1) or False (0). There are three basic operations: 'and', 'or' and 'not'.