UVa1386
Posted Yan_Bin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UVa1386相关的知识,希望对你有一定的参考价值。
1386 Cellular Automaton
A cellular automaton is a collection of cells on a grid of specied shape that evolves through a number
of discrete time steps according to a set of rules that describe the new state of a cell based on the states
of neighboring cells. The order of the cellular automaton is the number of cells it contains. Cells of the
automaton of order n are numbered from 1 to n.
The order of the cell is the number of different values it may contain. Usually, values of a cell of
order m are considered to be integer numbers from 0 to m
以上是关于UVa1386的主要内容,如果未能解决你的问题,请参考以下文章