Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 272 Bytes

File metadata and controls

25 lines (15 loc) · 272 Bytes

Binary adder

How Computers Add Numbers?

Install packages

$ npm i

Run example

$ npm start

References

Full adder and Half adder

schema-1

Composition

schema-2