Solved the 'smaller' gates and probably not with the best solutions.
This commit is contained in:
@@ -15,4 +15,7 @@ CHIP Or {
|
||||
|
||||
PARTS:
|
||||
// Put your code here:
|
||||
Nand(a=a, b=a, out=out1);
|
||||
Nand(a=b, b=b, out=out2);
|
||||
Nand(a=out1, b=out2, out=out);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user