Bart Massey 2025
This is solutions to https://github.com/pdx-cs-rust/hw-rule110. There are several branches:
-
main
: This branch contains the most basic solution. -
generalized
: Branch with a more general solution given optional arguments. -
bitwise-lib
: Switched to a bit representation for rows, and split CA logic into a library crate. -
bit-parallel-rule110
: Hardcoded Rule 110 as rule, then used Boolean logic to get a bitwise parallel implementation. Quite fast.
This work is made available under the "Apache 2.0 or MIT
License". See the file LICENSE.txt
in this distribution for
license terms.