Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean algebra pytests #1097

Merged
merged 7 commits into from
Aug 5, 2019
Merged

Boolean algebra pytests #1097

merged 7 commits into from
Aug 5, 2019

Conversation

mrvnmchm
Copy link
Member

@mrvnmchm mrvnmchm commented Aug 5, 2019

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
Copy link
Member

@cclauss cclauss left a comment

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