Found 119 repositories(showing 30)
wredan
Karnaugh maps solver is a web app that takes the truth table of a function as input, transposes it onto the respective Karnaugh map and finds the minimum forms SOP and POS according to the visual resolution method by Maurice Karnaugh, American physicist and mathematician.
manashmandal
:package: Qt C++ and Lepton Based K-Map solver for unlimited variables
VarunMusham
No description available
rohityadav-sas
The Karnaugh Map (KMap) Solver is a C++ application featuring a graphical interface for solving Karnaugh Maps. Users can interactively input values into a KMap grid and calculate corresponding minterms. The project aims to simplify Boolean expressions and visualize them using logic gates.
Eniwder
カルノー図作成ツール
AliOsm
4 by 4 Karnaugh map solver
tasnim007
No description available
fadi-george
Simple scripts to generate a Karnaugh map from a truth table and solve the expression for it.
SimpliMap is a Flutter app for creating, visualizing and minimizing Boolean expressions using Karnaugh maps (K-maps). It provides a solver UI, step-by-step minimization, and components to explore K-map grouping and simplified expressions.
frostrot
This is a python code which solves the karnaugh map of 2 to 4 variables for you. It uses quine mccluskey algorithm to do so.
SRHridoy
This is my Java OOP course project.
suhani-priyank
4-Variable K-Map Solver is an online tool/web app that lets you work with a Karnaugh map (K-map) for four variables directly in your browser. This type of solver is typically used in digital logic design and Boolean algebra to simplify logic expressions by organizing truth values into a visual grid, helping you find minimal logic expressions.
AhmedSharaf98
A c++ program that solves 2x2, 2x4, and 4x4 k-map for simplifying Boolean expressions
gargpriyam21
K-Map Solver Using Quine McCluskey Method
gentil-kadson
A k-map solver for 2 to 3 variables.
M4rulli
An interactive Karnaugh Map solver with automatic Boolean minimization and circuit synthesis.
mnahm5
No description available
Udit24
No description available
nivindulakshitha
No description available
ArchitGanvir
No description available
saraa-mohamedd
A simple program in C++ to calculate the simplest form of a binary expression through Karnaugh Maps (K-Maps), created for the CSCE2301 (Digital Design I) course, in Spring 2022.
Soumya-Chakraborty
Karnaugh-Map-Solver
preeti-panda
No description available
Magnesiumnuclear
No description available
aParsecFromFuture
No description available
emranffl
A K-Map solver up-to four variables with interactive UI for Windows platform
EzikialDaun
Karnaugh Map Solver based on JS. 2 ~ 4 variables available.
Lakshmikanth2001
solving a 4*4 kmap
da0ran9e
🦥a webapp to deal with Electronics for IT lecture class assignments
eriknox7
A Boolean function minimizer — reduces 4-variable SOP expressions