Skip to content

VietAnh13/Quine_McCluskey_Algorithm

Repository files navigation

Quine-McCluskey Algorithm

The Quine-McCluskey algorithm, also known as the method of prime implicants, is a technique used to minimize Boolean functions.

Sum of Products

The input consists of minterms and don't cares, and the output is the results displayed in the form of Sum of Products.

sum_of_products_img

Product of Sums

The input consists of maxterms and don't cares, and the output is the results displayed in the form of Product of Sums.

product_of_sums_img

About

A C++ implementation of the Quine-McCluskey algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages