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

FINAL #225

Closed
wants to merge 2 commits into from
Closed

FINAL #225

wants to merge 2 commits into from

Conversation

mfilippov
Copy link

No description provided.

-(int)hammingDistance:(Cell *)c{
int result = 0;
for (int i = 0; i < 100; i++) {
if ([_dna objectAtIndex:i] == [[c dna] objectAtIndex:i]) {

Choose a reason for hiding this comment

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

у вас неправильное условие

@mfilippov
Copy link
Author

Спасибо

@mfilippov mfilippov closed this Sep 8, 2017
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

2 participants