-
Notifications
You must be signed in to change notification settings - Fork 180
Arrays #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arrays #115
Conversation
Артем Зунунов seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Address some possible issues in 1.2.10
Address some possible issues in translation of 1.2.9
Address some possible issues in translation of 1.2.11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Хороший переклад! Дякую!
Є деякі правки
@@ -89,6 +89,6 @@ alert( getMaxSubSum([1, 2, 3]) ); // 6 | |||
alert( getMaxSubSum([-1, -2, -3]) ); // 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Будь ласка, перекладіть також коментарі в коді вище.
|
||
A [queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type)) is one of the most common uses of an array. In computer science, this means an ordered collection of elements which supports two operations: | ||
[Черга](https://en.wikipedia.org/wiki/Queue_(abstract_data_type)) - один з найбільш популярних варіантів використання об'єкту. У комп'ютерних науках так позначають | ||
колекцію елементів, яка підтримує дві операції: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Видаліть цей рядок. Нумерація рядків має збігатися з оригіналом.
|
||
There's another use case for arrays -- the data structure named [stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type)). | ||
Існує також інший варіант використання масивів - структура даних, яка називається [стек](https://en.wikipedia.org/wiki/Stack_(abstract_data_type)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Якщо є відповідна стаття українською мовою, її слід використовувати замість оригіналу: https://uk.wikipedia.org/wiki/Стек
|
||
So new elements are added or taken always from the "end". | ||
Таким чином нові елементи завжди додаються або видаляються з "кінця". | ||
|
||
A stack is usually illustrated as a pack of cards: new cards are added to the top or taken from the top: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Видаліть цей рядок.
Please make the requested changes. After it, add a comment "/done". |
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
Co-authored-by: Taras <oster.ok@gmail.com>
@all-contributors please add @ArtemZununov for translation. |
I've put up a pull request to add @ArtemZununov! 🎉 |
No description provided.