Boolean algebra pytests by mrvnmchm · Pull Request #1097 · TheAlgorithms/Python · GitHub
Skip to content

Boolean algebra pytests - #1097

Merged
cclauss merged 7 commits into
TheAlgorithms:masterfrom
mrvnmchm:boolean_algebra_pytests
Aug 5, 2019
Merged

cclauss merged 7 commits into
TheAlgorithms:masterfrom
mrvnmchm:boolean_algebra_pytests

Conversation

@mrvnmchm

@mrvnmchm mrvnmchm commented Aug 5, 2019

Copy link
Copy Markdown
Member

Added a few doctests

>>> decimal_to_binary(3,[1.5])
['0.00.01.5']

>>> check(['0.00.01.5'])
['0.00.01.5']

>>> prime_implicant_chart(['0.00.01.5'],['0.00.01.5'])
[[1]]

>>> selection([[1]],['0.00.01.5'])
['0.00.01.5']

@mrvnmchm mrvnmchm mentioned this pull request Aug 5, 2019
10 tasks

@cclauss cclauss left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Thx

@cclauss
cclauss merged commit 87a789a into TheAlgorithms:master Aug 5, 2019
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* Added Zeller's congruence algorithm

* Update args help

* add a few doctests

* remove old file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants