-
Notifications
You must be signed in to change notification settings - Fork 1
/
1-einfuehrung.tex
44 lines (23 loc) · 1.11 KB
/
1-einfuehrung.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%!TEX root = 0-main.tex
% Author: Philipp Moers <soziflip@gmail.com>
\chapter{Einführung} % (fold)
\label{cha:einfuhrung}
\section{Motivation}
Theoretische Informatik, Berechenbarkeit und insbesondere Komplexitätstheorie ist \emph{der} Informatiker-Shit schlechthin. Let's do it!
\section{Literatur}
Die Vorlesung basiert hauptsächlich auf folgendem Buch:
\begin{itemize}
\item Bovet, Crescenzi. Introduction to the Theory of Complexity. Prentice Hall. New York. 1994.
\end{itemize}
Weiterhin ist folgende Literatur gegeben:
\begin{itemize}
\item C. Papadimitriou. Computational Complexity. Addison-Wesley. Reading. 1995.
\item I. Wegener. Komplexitätstheorie: Grenzen der Effizienz von Algorithmen. Springer. 2003.
\item S. Arora und B. Barak. Complexity Theory: A Modern Approach.
\end{itemize}
Zur Motivation:
\begin{itemize}
\item Heribert Vollmer. Was leistet die Komplexitätstheorie für die Praxis? Informatik Spektrum 22 Heft 5, 1999.
\item Stephen Cook: The Importance of the P versus NP Question. Journal of the ACM (Vol. 50 No. 1)
\end{itemize}
% chapter einfuhrung (end)