-
Notifications
You must be signed in to change notification settings - Fork 0
Akarshan24/Quine-McClauskey
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is the code for grouping of the various terms using Quine McCluskey method. Language: C++ * How to execute * 1. Clone the repo. 2. navigate to the repo using the terminal or command promt(whatever be the case) 3. type the command: g++ -o a quine.cpp 4. The above command will compile the code and generate an exe file a.exe 5. Now type 'a' to execute the code. The process of execution is stated below: 1.First enter the number of variables in the given expression. 2.Then enter the various cardinal numbers and don't care terms.Read the input instructions carefully as you provide the inputs. 3.The program will do the simplification and grouping and display the corresponding Gray Code along with the final state of the combined variables in terms of '1','0' and '_'.
About
Code to simplify an expression by Quine McClauskey method
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published