SIGN IN SIGN UP

Odd-Even Transposition Sort (#769)

* -Added a single-threaded implementation of odd-even transposition sort.

This is a modified bubble sort meant to work with multiple processors.
Since this is running on a single thread, it has the same running time
as bubble sort.

* -Added a parallel implementation of Odd-Even Transposition sort

This implementation uses multiprocessing to perform the swaps
at each step of the algorithm simultaneously.
C
CharlesRitter committed
6e894ba3e8bab4e9e0515b91e685904ec828cf43
Parent: ebe227c
Committed by John Law <johnlaw.po@gmail.com> on 6/7/2019, 3:38:43 PM