Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
tarasyyyk merged 35 commits intojavascript-tutorial:masterfromArtemZununov:master
Oct 21, 2020
Merged

Arrays#115

tarasyyyk merged 35 commits intojavascript-tutorial:masterfromArtemZununov:master
Oct 21, 2020

Conversation

ArtemZununov
Copy link
Contributor

No description provided.

@CLAassistant
Copy link

CLAassistant commentedSep 21, 2020
edited
Loading

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign ourContributor License Agreement before we can accept your contribution.
3 out of4 committers have signed the CLA.

✅ vsemozhetbyt
✅ tarasyyyk
✅ ArtemZununov
❌ Артем Зунунов


Артем Зунунов 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.

Copy link
Collaborator

@tarasyyyktarasyyyk left a 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
Copy link
Collaborator

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)) - один з найбільш популярних варіантів використання об'єкту. У комп'ютерних науках так позначають
колекцію елементів, яка підтримує дві операції:
Copy link
Collaborator

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)).
Copy link
Collaborator

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:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Видаліть цей рядок.

@javascript-translate-bot
Copy link
Contributor

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

ArtemZununovand others added10 commitsOctober 21, 2020 14:15
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>
ArtemZununovand others added13 commitsOctober 21, 2020 14:24
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>
@tarasyyyktarasyyyk merged commit756ef1b intojavascript-tutorial:masterOct 21, 2020
@tarasyyyk
Copy link
Collaborator

@all-contributors please add@ArtemZununov for translation.

@allcontributors
Copy link
Contributor

@tarasyyyk

I've put upa pull request to add@ArtemZununov! 🎉

@tarasyyyktarasyyyk changed the title04-arraysArraysAug 29, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tarasyyyktarasyyyktarasyyyk approved these changes

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@ArtemZununov@CLAassistant@javascript-translate-bot@tarasyyyk@vsemozhetbyt

[8]ページ先頭

©2009-2025 Movatter.jp