Skip to content

ashlaban/karnaughMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karnaughMap

Simple website to visualize a karnaugh diagram.

Usage

In the variables field, enter the variables you intend to use as a concatenaded string. The variables must be one character long.

Example: "ab": Will use to variables, one named "a" and one "b".

The named variables can then be used to express a boolean expression in the expression field. The tool supports + (or), concatenatenation (and), ^ (xor) and ' (not).

Example: "(ab ^ c)": not ((a and b) xor c)

About

Simple website to visualize a karnaugh diagram.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published