Skip to content

solution#129

Open
germandolia wants to merge 2 commits into
mate-academy:masterfrom
germandolia:develop
Open

solution#129
germandolia wants to merge 2 commits into
mate-academy:masterfrom
germandolia:develop

Conversation

@germandolia

Copy link
Copy Markdown

No description provided.

Comment thread src/rleCompress.js Outdated
Comment on lines +27 to +33
for (let j = i; j < source.length; j++) {
if (source[i] !== source[j + 1]) {
break;
}
count++;
i++;
}

Copy link
Copy Markdown

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 join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants