The Quine-McCluskey method is an algorithm for minimization of Boolean functions that was developed in 1956. It can be used to minimize functions with more than 5 bits, where Karnaugh maps are limited to 5 bits. The method has 4 main steps: 1) generate prime implicants, 2) construct a prime implicants table, 3) reduce prime implicants, and 4) solve the prime implicants table. An example is provided to illustrate the application of the method, starting with a list of minterms and ending with the minimized sum of products expression.