-
Notifications
You must be signed in to change notification settings - Fork 49
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
base: master
Are you sure you want to change the base?
Conversation
@NFELIV, в последовательной версии нужна обычная реализация сортировки Хоара, простое слияние - это дополнение, которое используется для распараллеливания. |
@valentina-kustikova исправил замечания |
main.cpp
Outdated
int main(int argc, char * argv[]) | ||
{ | ||
double size; | ||
double array[100000]; |
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 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.
@alvls исправил замечания
Глотов Н.С ЛР№2 Cортировка Хоара с простым слиянием. OMP
No description provided.