retagged by
365 views

1 Answer

Best answer
4 votes
4 votes

This is most simple implementation possible

f(A,B)=A.B'+B=(A+B).(B'+B)=A+B

selected by

Related questions

1 votes
1 votes
0 answers
1
4 votes
4 votes
1 answer
2
Hemant Parihar asked Jan 20, 2018
1,539 views
In implementation of queue using stack, deletion of second element from front take Ο(1) time, when insertion take Ο(n) time.Which of the following is correct ?True / Fa...
3 votes
3 votes
3 answers
3
Ibtisam Sayyad asked Jan 12, 2018
7,916 views
What are the minimum enqueue and dequeue operations needed to perform pop operation for a stack which is implemented with two queues if there are already 10 elements in t...