This way my poor CPU only has to do ~600,000 iterations to resolve Matrix HQ from scratch. The old algorithm required ~85,000,000,000. As a treat, we can also drop the dependency on itertools.
This way my poor CPU only has to do ~600,000 iterations to resolve Matrix HQ from scratch. The old algorithm required ~85,000,000,000. As a treat, we can also drop the dependency on itertools.