Evolutionäre Algorithmen: Etwas zur Mutation geschrieben.
[diplomarbeit.git] / references.bib
index 40c86ba..16cc2fc 100644 (file)
@@ -10,7 +10,7 @@
 }
 
 @inproceedings{B1968,
-       Author = {Kenneth E. Batcher},
+       Author = {Kenneth~E. Batcher},
        Title = {Sorting Networks and their Applications},
        Booktitle = {Proc. AFIPS Spring Joint Comput. Conf., Vol. 32},
        Year = 1968,
        Volume = 2,
        Number = {2,3}
 }
+
+@article{BB2009,
+       Author = {Sherenaz~W. Al-Haj Baddar and Kenneth~E. Batcher},
+       Title = {An 11-Step Sorting Network for 18~Elements},
+       Journal = {Parallel Processing Letters},
+       Year = 2009,
+       Pages = {97--104},
+       Volume = 19,
+       Number = 1
+}
+
+@book{KNUTHBOOK,
+       Author = {Donald~E. Knuth},
+       Title = {The art of computer programming},
+       Publisher = {Addison-Wesley},
+       Year = 2007,
+       Volume = 3,
+       Series = {fixme Series fixme},
+       Edition = 2
+}
+
+@inbook{KNUTH,
+       Author = {Donald~E. Knuth},
+       Title = {Sorting and Searching},
+       Chapter = {5.3.4 Networks for Sorting},
+       Pages = {219--247},
+       Publisher = {Addison-Wesley},
+       Year = 2007,
+       Volume = 3,
+       Series = {The art of computer programming},
+       Edition = {second}
+}