Erwähne die Arbeiten von Hillis und Juillé.
[diplomarbeit.git] / references.bib
index 2510544..7bb306a 100644 (file)
        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}
+}
+
+@MastersThesis{M2009,
+       Type = {Diplomarbeit},
+       Author = {Moritz Mühlenthaler},
+       Title = {{Konstruktion von Sortiernetzwerken durch Leitungselimination}},
+       School = {Friedrich-Alexander-Universität Erlangen-Nürnberg},
+       Address = {Lehrstuhl für Informatik~12},
+       Year = 2009,
+       Month = {März}
+}
+
+@inproceedings{J1995,
+       Author = {Hugues Juillé},
+       Title = {Evolution of Non-Deterministic Incremental Algorithms as a New Approach for Search in State Spaces},
+       Booktitle = {Lecture Notes in Computer Science},
+       Year = 1995,
+       Pages = {246--260}
+}
+
+@inbook{H1992,
+       Author = {W.~Daniel Hillis},
+       Title = {Artificial Life II},
+       Chapter = {Co-evolving parasites improve simulated evolution as an optimization procedure},
+       Publisher = {Addison-Wesley},
+       Year = 1992
+}