Parallel Sorting System for Objects
Samuel King Opoku (Kumasi Polytechnic)

TL;DR
This paper introduces a novel parallel sorting algorithm where objects self-organize without supervisory control, enhancing efficiency through parallel processing, and is implemented and tested in Java.
Contribution
It proposes a self-organizing, parallel sorting algorithm that eliminates the need for supervisory control, differing from traditional methods.
Findings
Objects can self-sort and terminate upon completion
Parallel processing improves sorting efficiency
Implemented and tested in Java application
Abstract
Conventional sorting algorithms make use of such data structures as array, file and list which define access methods of the items to be sorted. Such traditional methods as exchange sort, divide and conquer sort, selection sort and insertion sort require supervisory control program. The supervisory control program has access to the items and is responsible for arranging them in the proper order. This paper presents a different sorting algorithm that does not require supervisory control program. The objects sort themselves and they are able to terminate when sorting is completed. The algorithm also employs parallel processing mechanisms to increase its efficiency and effectiveness. The paper makes a review of the traditional sorting methods, identifying their pros and cons and proposes a different design based on conceptual combination of these algorithms. Algorithms designed were…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Storage Technologies · Distributed systems and fault tolerance · Distributed and Parallel Computing Systems
