Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

FINAL #267

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

FINAL #267

wants to merge 2 commits into from

Conversation

andreitsukanov
Copy link

No description provided.

@0rland
Copy link

0rland commented Nov 8, 2012

10 pts
nice shot, cowboy!


-(void)setRandomElementAtIndex:(NSInteger)index
{
[_DNA replaceObjectAtIndex:index withObject:[DNAElements objectAtIndex:arc4random() % 4]];
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

По условию задачи, нужно чтобы элемент обязательно мутировал. Т.е @"A" не может мутировать в @"А".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants