Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bfs-ws18
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philip Kaluđerčić
bfs-ws18
Commits
482fa2e8
Unverified
Commit
482fa2e8
authored
6 years ago
by
Philip K
Browse files
Options
Downloads
Patches
Plain Diff
Inhaltliche Korrekturen und auf 4 Seiten reduziert
parent
cfb2d46c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
automaten.tex
+4
-3
4 additions, 3 deletions
automaten.tex
kontextfrei.tex
+1
-1
1 addition, 1 deletion
kontextfrei.tex
master.tex
+6
-13
6 additions, 13 deletions
master.tex
with
11 additions
and
17 deletions
automaten.tex
+
4
−
3
View file @
482fa2e8
...
...
@@ -11,7 +11,8 @@
\path
(q0) edge [loop above] node
{$
a
\;
|
\;
b
$}
(q0)
(q0) edge [above] node
{$
b
$}
(q1)
(q0) edge [above, bend left] node
{$
b
$}
(q1)
(q1) edge [below, bend left] node
{$
a
$}
(q0)
(q1) edge [above] node
{$
a
$}
(q2)
(q2) edge [loop above] node
{$
a
\;
|
\;
b
\;
|
\;
c
$}
(q2);
\end{tikzpicture}
...
...
@@ -32,9 +33,9 @@
\path
(a) edge [above] node
{
0
}
(b)
(b) edge [loop above] node
{
0
\;
|
\;
1
}
(b)
(b) edge [loop above] node
{
$
0
\;
|
\;
1
$
}
(b)
(b) edge [above,bend left] node
{
0
}
(c)
(c) edge [
above
,bend left] node
{
1
}
(b);
(c) edge [
below
,bend left] node
{
1
}
(b);
\end{tikzpicture}
\end{center}
...
...
This diff is collapsed.
Click to expand it.
kontextfrei.tex
+
1
−
1
View file @
482fa2e8
...
...
@@ -29,7 +29,7 @@
matrix of nodes,
row sep=-
\pgflinewidth
,
column sep=-
\pgflinewidth
,
nodes=
{
draw,minimum width=1.5cm,minimum height=1.
5
cm
}
nodes=
{
draw,minimum width=1.5cm,minimum height=1.
07868932583
cm
}
]
{
\{
A
\}
&
\{
A
\}
&
\{
A
\}
&
\{
B
\}
&
\{
B
\}
&
\{
B
\}\\
\{\}
&
\{\}
&
\{
S,C
\}
&
\{\}
&
\{\}\\
...
...
This diff is collapsed.
Click to expand it.
master.tex
+
6
−
13
View file @
482fa2e8
...
...
@@ -11,11 +11,15 @@
\usepackage
[shortlabels]
{
enumitem
}
%
\usepackage
{
amsmath
}
%
\usepackage
{
tikz
}
%
\usetikzlibrary
{
arrows,automata,positioning,matrix
}
%
\subject
{
Klausur Braindump
}
%
\renewcommand
{
\include
}{
\input
}
\subject
{
Klausur Braindump
\thanks
{
\textit
{
Wie Immer:
}
Keine Garantie auf
Richtigkeit. Angaben werden zum meisten Teil vereinfacht
wiedergegeben. Fehler und Verbesserungen via Gitlab melden:
\url
{
https://gitlab.cs.fau.de/oj14ozun/bfs-ws18
}
.
}}
%
\title
{
Berechenbarkeit und Formelle Sprachen
}
%
\date
{
\textsc
{
Wintersemester 18/19
}}
%
\author
{
Diverse Teilnehmer
}
...
...
@@ -24,17 +28,6 @@
\clearpage
{}
\maketitle
{}
\thispagestyle
{
empty
}
\vfill
{}
\begin{abstract}
\tiny
\ttfamily
{}
\noindent
Keine Garantie auf Richtigkeit. Angaben werden zum meisten Teil
vereinfacht wiedergegeben.
\noindent
Fehler und Verbesserungen via Gitlab melden:
\url
{
https://gitlab.cs.fau.de/oj14ozun/bfs-ws18
}
.
\end{abstract}
\include
{
wissensfragen
}
\include
{
halteproblem
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment