Bitonic sorter
From Wikipedia, the free encyclopedia
Please help improve this article or section by expanding it. Further information might be found on the talk page or at requests for expansion. (January 2007) |
Bitonic sort is a sorting algorithm designed specially for parallel machines.
A sorted sequence is a monotonically non-decreasing (or non-increasing) sequence. A bitonic sequence is composed of two subsequences, one monotonically non-decreasing and the other monotonically non-increasing. A "V" and an A-frame are examples of bitonic sequences.
[edit] External links
- A discussion of this algorithm
- Reference code at NIST
- Excellent tutorial with animated pictures and working code
- Experimental Analysis of Parallel Sorting Algorithms
|