| dc.contributor.author | Денисюк, В. О. | uk |
| dc.contributor.author | Гончар, В. Ю. | uk |
| dc.contributor.author | Denysiuk, V. O. | en |
| dc.contributor.author | Honchar, V. Y. | en |
| dc.date.accessioned | 2026-09-17T10:06:15Z | |
| dc.date.available | 2026-09-17T10:06:15Z | |
| dc.date.issued | 2026 | |
| dc.identifier.citation | Денисюк В. О., Гончар В. Ю. Реалізація паралельного алгоритму швидкого сортування // Матеріали LV Всеукраїнської науково-технічної конференції підрозділів ВНТУ, Вінниця, 24-27 березня 2026 р. Електрон. текст. дані. 2026. Електрон. текст. дані. 2026. URI: https://conferences.vntu.edu.ua/index.php/all-fksa/all-fksa-2026/paper/view/28256. | uk |
| dc.identifier.uri | https://ir.lib.vntu.edu.ua/handle/123456789/54465 | |
| dc.description.abstract | У роботі розглянуто реалізацію паралельного алгоритму швидкого сортування з використанням багатопоточності мовою програмування Python. Проаналізовано сучасні підходи до організації паралельних обчислень, виконано математичне моделювання паралельного алгоритму з урахуванням законів Амдала та | uk |
| dc.description.abstract | The paper considers the implementation of a parallel quick sort algorithm using multithreading in the Python programming language. Modern approaches to the organization of parallel computing are analyzed, mathematical modeling of the parallel algorithm is performed taking into account Amdahl’s and Gustafson’s laws, and a task flow graph of the algorithm is synthesized. The choice of the programming language and development environment is justified. A software implementation of the parallel quick sort algorithm using threads is developed, and a UML activity diagram of the algorithm is constructed. Program testing and analysis of the obtained results are carried out. The use of the developed algorithm makes it possible to increase data processing performance and efficiently utilize the resources of multicore computing systems. | en |
| dc.language.iso | uk_UA | uk_UA |
| dc.publisher | ВНТУ | uk |
| dc.relation.ispartof | Матеріали LV Всеукраїнської науково-технічної конференції підрозділів ВНТУ, Вінниця, 24-27 березня 2026 р. Електрон. текст. дані. 2026. | uk |
| dc.relation.uri | https://conferences.vntu.edu.ua/index.php/all-fksa/all-fksa-2026/paper/view/28256 | |
| dc.subject | паралельні обчислення | uk |
| dc.subject | швидке сортування | uk |
| dc.subject | паралельний алгоритм | uk |
| dc.subject | багатопоточність | uk |
| dc.subject | Python | en |
| dc.subject | parallel computing | en |
| dc.subject | quick sort | en |
| dc.subject | parallel algorithm | en |
| dc.subject | multithreading | en |
| dc.title | Реалізація паралельного алгоритму швидкого сортування | uk |
| dc.type | Thesis | |
| dc.identifier.udc | 004.8 | |
| dc.relation.references | How to implement Parallel Quick Sort in C#. URL: https://www.codeguru.co.in/2023/05/how-to-implement-parallel-quicksort-in.html | en |
| dc.relation.references | Denysiuk V.O. Review of the Parallel Hyperquick Sort Algorithm by C#. URL: https://ir.lib.vntu.edu.ua/bitstream/handle/123456789/41377/144807.pdf?sequence=2&isAllowed=y | en |
| dc.relation.references | Python Threading. URL: https://docs.python.org/3/library/threading.html | en |