Karnaugh map

A Karnaugh map is a grid-based method for simplifying Boolean expressions by grouping adjacent cells representing minterms or maxterms. Its Gray-code ordering makes logically adjacent combinations appear beside one another, including across opposite edges.

Connect