Skip to content

nitin18251/K-map-solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

K-map-solver

How to use

You just need to import the main function and pass on minterms and number of variables.

for eg- from HW2_2018363 import minFunc

print(minFunc('0,1 d 2',2))

That will do the work ;)

This code is not general. It might fail on some cases :(

About

K map solver upto 4 variables, built using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%