Доброго дня всем,
хотел бы узнать, есть задача, подчеркну только то что меня ввело в заблуждение
===>
Consider a representation of a “world” as an n by n matrix. Each element in the matrix may contain 1 organism. Each organism lives, dies and reproduces according to the following set of rules:
- If there are two or three organisms of the same type living in the elements surrounding an organism of the same, type then it may survive.
- If there are less than two organisms of one type surrounding one of the same type then it will die due to isolation.
- If there are four or more organisms of one type surrounding one of the same type then it will die due to overcrowding.
- If there are exactly three organisms of one type surrounding one element, they may give birth into that cell. The new organism is the
same type as its parents. If this condition is true for more then one
species on the same element then species type for the new element is chosen randomly.
- If two organisms occupy one element, one of them must die (chosen
randomly) (only to resolve initial conflicts).
<===
Вроде как 1 элемент содержит 1 организм, т.е 1 элемент это, типа, 1 организм
Как тогда может быть, что два или три организма располагаются в элементе, окружающем некий организм одинакового типа. (это я про первое тире)
Предполагаю, что ошибка либо м задаче а либо в моем знании английского языка.
Объясните пожалуста, кто может
Спасибо