hack-mult-analysis/README.md

267 B

Multiplication Algorithm Analysis on Hack

Given an implementation of the Hack computer detailed in the nand-to-tetris course, provides an in depth analysis of a simple swap then multiple algorithm in comparison to the naive implementation using repeated addition.