Tagged Questions
3
votes
3answers
202 views
What algorithm can I implement to speed up some Cellular Automata simulations?
I am writing a ncurses based C.A. simulator for (nearly) any kind of C.A. which uses the Moore or Neumann neighborhoods.
With the current (hardcoded and most obvious [running state funcs]) the ...
0
votes
1answer
162 views
How to work with this turing machine?
This is a screenshot of the applet LogiCell 1.0, link to which I found here.
As the bottom left corner shows, this is doing sum 0+1 and the result is 01b (bottom right hand side).
I am not able to ...