0
Quine McClaskey program
Guys, I'm supposed to write a program which takes minterms and returns Quine McClaskey. Can anyone help me please?
4 Respostas
+ 2
That you can find here...
https://en.m.wikipedia.org/wiki/Quine–McCluskey_algorithm
As brief as it can be...
0
What sort of help did you have in mind? You surely don't expect that someone will do the whole thing for you :)
This sounds like a pretty advanced mathematical problem. I tried to research on wikipedia, and this could very well be above my level. I am sure there are some very bright minds here who would be able to help you solve it. But I am also sure that nobody will help you if you do not show any effort on your own.
At least explain the draft solution, what sort of algorithm you want to implement. Pick a programming language that you are comfortable with (you wrote several in your tags). And start coding...
Come back when you are stuck, post the code you have done so far and ask your specific question to get you though the hard parts.
If you do this it will be more likely that someone can actually help you.
Happy coding!
0
Thank you there! I was looking for a brief explanation...
0
Thanks.