Weitere ToDos abgearbeitet.
[diplomarbeit.git] / references.bib
index 3b8b61d..0c36103 100644 (file)
@@ -1,7 +1,7 @@
 @inproceedings{MW2010,
        Author = {Moritz Mühlenthaler and Rolf Wanka},
        Title = {Improving Bitonic Sorting by Wire Elimination},
-       Booktitle = {Proc. 23rd PARS-Workshop on Parallel Systems and Architectures of the 23rd Int. Conf. on Architecture of Computing Systems (ARCS)},
+       Booktitle = {Proc. 23rd PARS-Workshop on Parallel Systems and Architectures of the 23rd International Conference on Architecture of Computing Systems (ARCS)},
        Year = 2010,
        ISBN = {978-3-8007-3222-7},
        Pages = {15--22},
@@ -41,7 +41,7 @@
 
 @book{KNUTHBOOK,
        Author = {Donald~E. Knuth},
-       Title = {The art of computer programming},
+       Title = {The Art of Computer Programming},
        Publisher = {Addison-Wesley},
        Year = 2007,
        Volume = 3,
@@ -57,7 +57,7 @@
        Publisher = {Addison-Wesley},
        Year = 2007,
        Volume = 3,
-       Series = {The art of computer programming},
+       Series = {The Art of Computer Programming},
        Edition = {second}
 }
 
@@ -81,7 +81,7 @@
 @InProceedings{J1995,
        author =      {Hugues Juillé},
        title =       {Evolution of Non-Deterministic Incremental Algorithms as a New Approach for Search in State Space},
-       booktitle =    {Proc. 6th Int. Conf. on Genetic Algorithms (ICGA)},
+       booktitle =    {Proc. 6th International Conference on Genetic Algorithms (ICGA)},
        pages =       {351--358},
        year =        1995
 }
        Publisher = {Teubner Verlag},
        Address = {Wiesbaden}
 }
+
+@InProceedings{G1972,
+       author =      {M.~W. Green},
+       title =       {Some improvements in non-adaptive sorting algorithms},
+       booktitle =    {Proc. 6th Princeton Conference on Information Sciences and Systems (CISS)},
+       pages =       {387--391},
+       year =        1972
+}
+
+@inproceedings{V1974,
+       author = {David C. Van Voorhis},
+       title = {An economical construction for sorting networks},
+       booktitle = {Proceedings of the May 6--10, 1974, national computer conference and exposition},
+       series = {AFIPS '74},
+       year = {1974},
+       location = {Chicago, Illinois},
+       pages = {921--927},
+       numpages = {7},
+       url = {http://doi.acm.org/10.1145/1500175.1500347},
+       doi = {http://doi.acm.org/10.1145/1500175.1500347},
+       acmid = {1500347},
+       publisher = {ACM},
+       address = {New York, NY, USA}
+}