Search:

Type: Posts; User: megafiddle

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    10,107

    Possibly I can still take advantage of evaluating...

    Possibly I can still take advantage of evaluating 30 cells at a time (32 is my word size).

    I would have to start by partially completing my first 'prev' word, by using it's prev word.
    But I have...
  2. Replies
    15
    Views
    10,107

    Interesting algorithm. I imagine that is well...

    Interesting algorithm.
    I imagine that is well suited to monochrome bitmap displays where the words translate directly into display?


    I was thinking of adapting to my own evaluation algorithm,...
  3. Replies
    15
    Views
    10,107

    I should add that I am interpreting a periodic...

    I should add that I am interpreting a periodic array as being cyclical or repeating. It is one way of dealing with the borders.
    The alternative is a bounded array with the neighbors just outside the...
  4. Replies
    15
    Views
    10,107

    I believe my array (or grid) is periodic, then. ...

    I believe my array (or grid) is periodic, then.

    My leftmost column includes the rightmost column as it's neighbors. And the same for the rightmost column,
    the top and bottom borders, and the four...
  5. Replies
    15
    Views
    10,107

    I am also working on a version (win32) of...

    I am also working on a version (win32) of Conway's game of life.

    Just curious, what is a periodic array?
    Is that a cell grid that wraps around at the left and right borders and the top and bottom...
Results 1 to 5 of 5