- Notifications
You must be signed in to change notification settings - Fork179
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Arrays#115
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CLAassistant commentedSep 21, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Артем Зунунов 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, pleaseadd the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let usrecheck 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.
Хороший переклад! Дякую!
Є деякі правки
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
@@ -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.
Будь ласка, перекладіть також коментарі в коді вище.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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 upa pull request to add@ArtemZununov! 🎉 |
No description provided.