Skip to content

pdx-cs-rust/hw-rule110-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rule110: CA Rule 110 runner

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.

License

This work is made available under the "Apache 2.0 or MIT License". See the file LICENSE.txt in this distribution for license terms.

About

rule-110 assignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages