25105448d9229c4badc8e6050d4ca435231d1575
[diplomarbeit.git] / references.bib
1 @inproceedings{MW2010,
2         Author = {Moritz Mühlenthaler and Rolf Wanka},
3         Title = {Improving Bitonic Sorting by Wire Elimination},
4         Booktitle = {Proc. 23rd PARS-Workshop on Parallel Systems and Architectures of the 23rd Int. Conf. on Architecture of Computing Systems (ARCS)},
5         Year = 2010,
6         ISBN = {978-3-8007-3222-7},
7         Pages = {15--22},
8         Publisher = {VDE Verlag},
9         Address = {Berlin, Offenbach}
10 }
11
12 @inproceedings{B1968,
13         Author = {Kenneth~E. Batcher},
14         Title = {Sorting Networks and their Applications},
15         Booktitle = {Proc. AFIPS Spring Joint Comput. Conf., Vol. 32},
16         Year = 1968,
17         Pages = {307--314},
18         Publisher = {ACM},
19         Address = {New York, NY, USA}
20 }
21
22 @article{P1992,
23         Author = {Ian Parberry},
24         Title = {The Pairwise Sorting Network},
25         Journal = {Parallel Processing Letters},
26         Year = 1992,
27         Pages = {205--211},
28         Volume = 2,
29         Number = {2,3}
30 }
31
32 @article{BB2009,
33         Author = {Sherenaz~W. Al-Haj Baddar and Kenneth~E. Batcher},
34         Title = {An 11-Step Sorting Network for 18~Elements},
35         Journal = {Parallel Processing Letters},
36         Year = 2009,
37         Pages = {97--104},
38         Volume = 19,
39         Number = 1
40 }