Implementation of Quine McCluskey algorithm in Python 3
-
Updated
Mar 11, 2024 - Python
Implementation of Quine McCluskey algorithm in Python 3
Flask app that uses Quine-McCluskey/Petrick's algorithms to find least-cost boolean expressions
A complete code of Quine mccluskey and patrick’s method with each steps
Karnaugh map solver
Implementing Quine-McCluskey and Petrick methods to compute the minimization of a Boolean function
The Quine-McCluskey algorithm is a method used to simplify boolean expressions. This is an implementation of the algorithm using Python.
Add a description, image, and links to the petrick-method topic page so that developers can more easily learn about it.
To associate your repository with the petrick-method topic, visit your repo's landing page and select "manage topics."