hack-mult-analysis/README.md

6 lines
267 B
Markdown
Raw Permalink Normal View History

# 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.