Skip to content
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

Глотов Н.С ЛР№1 Cортировка Хоара с простым слиянием #160

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

Conversation

NFELIV
Copy link

@NFELIV NFELIV commented May 14, 2020

No description provided.

@valentina-kustikova
Copy link
Owner

@NFELIV, в последовательной версии нужна обычная реализация сортировки Хоара, простое слияние - это дополнение, которое используется для распараллеливания.

@NFELIV
Copy link
Author

NFELIV commented May 18, 2020

@valentina-kustikova исправил замечания

main.cpp Outdated
int main(int argc, char * argv[])
{
double size;
double array[100000];

Choose a reason for hiding this comment

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

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

Copy link
Author

Choose a reason for hiding this comment

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

@alvls исправил замечания

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.

2 participants