Taketo Konno
Tokyo, Japan
inaniwa3@gmail.com
make konno
./konno N
# where N is 0 to 255
./konno 30
This entry is a good one-liner to analyze completely.
For extra credit, what are the minimal changes to convert it to 64-bit integers so that it could print 32 lines?
This program outputs elementary cellular automaton patterns.
Try:
./konno 30
./konno 90
./konno 102
./konno 109
./konno 165
There are 256 (from 0 to 255) possible rules.
This program uses bit operations. I think
7&O<<!o>>!o+29
is an intersting operation. This isn’t equal to
7&O>>29
operation. What is the operation doing?
This program assumes that the size of int is 4.
© Copyright 1984-2015,
Leo Broukhis, Simon Cooper, Landon Curt Noll
- All rights reserved |