Karnaugh Map

medeepak

medeepak

@medeepak-zZfLKg Oct 27, 2024
can anyone help me in writing a c code for reducing functions using karnaugh map in SOP mode

i have written code till where the total no of ones adjacent to a one is is found and and find no of ones which have no one nearby them
after that it becomes confusing for grouping two ones four ones and so on

and can some tell me how to declare a string in c while operating in linux
if declare like char a[10] it shows error

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • HImanshu_Sharma

    HImanshu_Sharma

    @himanshu-sharma-HOM7Hg Apr 9, 2010

    hey please clear your question....text the format of question here...so it can be sort out.....
  • medeepak

    medeepak

    @medeepak-zZfLKg Apr 10, 2010

    i should write a c program of karnaugh map minimizer

    if you can give me the a brief algorithm for it