Python implementation of Quine McCluskey Method
This is a python implementation of Quine McCluskey Method. It takes in the number of variables and the minterm numbers. It outputs the prime implicants, essential prime implicants, and the minimized result.