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

DNA assignment #356

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

DNA assignment #356

wants to merge 7 commits into from

Conversation

nebolsin
Copy link

FINAL


-(int) hammingDistance:(Cell *)anotherCell {
int distance = 0;
for(int i = 0; i < 100; i++) {

Choose a reason for hiding this comment

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

100 скорее всего должно быть константой.. т.к если условие изменится, Вам прийдется лазить по всему коду и изменять величину

Copy link
Author

Choose a reason for hiding this comment

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

Спасибо, поправил.

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