Problem 2678. Find out sum and carry of Binary adder
Solution Stats
Problem Comments
-
2 Comments
Jean-Marie Sainthillier
on 20 Nov 2014
You should maybe test all the truth table no ?
Gautam Rawat
on 18 Oct 2020
Some of the top solutions have made a solution only for test cases, This should be fixed.
Solution Comments
-
1 Comment
Dyuman Joshi
on 26 Jul 2022
Can't believe someone flagged this
-
1 Comment
michael
on 28 Nov 2020
this solution is wrong.
if pc=1, x=1, y=0 =>(2 0), but the solution is (1,0)
the test is insufficient - it is required to be 8 test cases
-
1 Comment
Pritesh Shah
on 19 Nov 2014
Try some logic... Instead of hard code...
Problem Recent Solvers970
Suggested Problems
-
Project Euler: Problem 9, Pythagorean numbers
810 Solvers
-
Find the sum of the elements in the "second" diagonal
1087 Solvers
-
Matrix indexing with two vectors of indices
671 Solvers
-
745 Solvers
-
Calculate the average value of the elements in the array
596 Solvers
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!