-
-
Notifications
You must be signed in to change notification settings - Fork 46.5k
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
Reduce the complexity of boolean_algebra/quine_mc_cluskey.py #8604
Reduce the complexity of boolean_algebra/quine_mc_cluskey.py #8604
Conversation
…ey.py' of https://github.com/MaximSmolskiy/Python into reduce-the-complexity-of-boolean_algebra/quine_mc_cluskey.py
@cclauss please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your changes look good, and I only have a couple of minor suggestions. However, I noticed a number of issues elsewhere in the code (not related to your changes) that require refactoring and renaming some things. I don't want to hold this PR up, so it's probably best that I address those issues in a later PR.
Most review suggestions have already been applied
…rithms#8604) * Reduce the complexity of boolean_algebra/quine_mc_cluskey.py * updating DIRECTORY.md * Fix * Fix review issues * Fix * Fix review issues --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Describe your change:
Reduce the complexity of boolean_algebra/quine_mc_cluskey.py from 17 to 13
Checklist:
Fixes: #{$ISSUE_NO}
.