Thursday, December 7, 2006

Write a program that takes the minterm of a boolean expression as input and generates the boolean expression as output.

This program uses map method logic ( also known as karnaugh map or k-map). It takes the total number of minterms and value of every individual minterm as input and generates the expression as output. The total number of Variable will not be more than 44. link to download file

No comments: