Quine–McCluskey algorithm: Difference between revisions

Content deleted Content added
m fixed broken link
No edit summary
Line 1:
'''Quine-McCluskey algorithm''' is a method used for minimisationminimization of [[Boolean function]]s. It is functionally identical to [[Karnaugh map|Karnaugh mapping]], but the tabular form makes it more efficient for use in computer algorithms, and it also gives a deterministic way to check that the minimal form of a Boolean function has been reached.
 
The method involves two steps: