4 views

1 Answers

In computer science, the double dabble algorithm is used to convert binary numbers into binary-coded decimal notation. It is also known as the shift-and-add-3 algorithm, and can be implemented using a small number of gates in computer hardware, but at the expense of high latency.

4 views

Related Questions