Einführung Komplexität Flashcards

1
Q

Nichtdeterministische Turing-Maschine

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

k kann von Startkonfiguration erreicht werden (Berechnungspfad)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Zertifikat - Definition

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

M berechnete Funktion

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Mächtigkeit von DTM und NTM - Theorem

A

Für jede NTM N gibt es eine DTM M mit T(M) = T(N)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Was ist die Zentrale Frage der algorithmischen Komplexität

A

Wann ist ein Algorithmus effizient bzw. ein Berechnungsproblem effizient lösbar?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

0-Notation zur Laufzeitanalyse - Definition

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Was will man mit der 0-Notation erreichen

A

Effizienz von Algorithmen unabhängig von Rechnetechnik & Programmiersprache bestimmen.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

time_M - Definition

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

DTIME(f(n)) - Definition

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

P - Definition

A

“deterministisch, in Plynomzeit”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

time_N - Definition

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

NTIME(f(n)) - Definition

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

NP - Definition

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

In welchem Mengenverhältnis stehen P und NP

A

P ist eine Teilmenge von NP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Alternative Definition für NP (“Guess and Check”)

A
17
Q

Ist P = NP?

A

Man weis es nicht, geht aber davon aus, das P eine echte Teilmenge von NP ist.

18
Q

3(2)-Coloring - Problem

A
19
Q

Wie schwierig ist das 3(2)-Coloring Problem?

A

Beide Probleme liegen in NP und 2-Coloring sogar in P

20
Q

Shortest Path (Longest Path) - Problem

A
21
Q

3-SAT (2-SAT) - Problem

A
22
Q

Wie schwierig ist das Shortest Path (Longest Path) Problem?

A

Beide Probleme liegen in NP und Shortest Path liegt sogar in P (Breitensuche).

23
Q

Wie schwierig ist das 3-SAT (2-SAT) Problem ?

A

Beide Probleme liegen in NP und 2-SAT liegt sogar in P.