|
@@ -64,16 +64,17 @@ soft/.style ={rectangle, draw=red, thick, fill=red!20,align=center, rounded corn
|
|
|
\path[->] (algi) edge node {} (algii);
|
|
\path[->] (algi) edge node {} (algii);
|
|
|
\path[->] (tgi) edge node[anchor=center,above,sloped] {\tiny{ILP}} (algii);
|
|
\path[->] (tgi) edge node[anchor=center,above,sloped] {\tiny{ILP}} (algii);
|
|
|
\path[->] (wt) edge node[anchor=center,above,sloped] {\tiny{Randomisierte Algorithmen}} (algii);
|
|
\path[->] (wt) edge node[anchor=center,above,sloped] {\tiny{Randomisierte Algorithmen}} (algii);
|
|
|
- \path[->] (dt) edge node {} (ro);
|
|
|
|
|
- \path[->] (lai) edge[ultra thick] node {} (laii);
|
|
|
|
|
|
|
+ \path[->] (dt) edge node[anchor=center,above,sloped] {\tiny{Zahlendarstellungen}} (ro);
|
|
|
|
|
+ \path[->] (lai) edge[ultra thick] node[anchor=center,above,sloped] {\tiny{Gruppe, Körper, \dots}} (laii);
|
|
|
\path[<->] (lai) edge node {} (gbi);
|
|
\path[<->] (lai) edge node {} (gbi);
|
|
|
|
|
+ \path[<->] (gbi) edge[bend left] node [anchor=center,above,sloped] {\tiny{Induktion}} (anai);
|
|
|
\path[->] (anai) edge[ultra thick] node {} (anaii);
|
|
\path[->] (anai) edge[ultra thick] node {} (anaii);
|
|
|
\path[->] (laii) edge[bend left] node[anchor=center,above,sloped] {\tiny{Mathematische Strukturen}} (algii);
|
|
\path[->] (laii) edge[bend left] node[anchor=center,above,sloped] {\tiny{Mathematische Strukturen}} (algii);
|
|
|
- \path[->] (programmieren) edge[very thick] node {} (swti);
|
|
|
|
|
|
|
+ \path[->] (programmieren) edge[very thick] node[anchor=center,above,sloped] {\tiny{Java}} (swti);
|
|
|
\path[->] (programmieren) edge[bend left] node {} (pse);
|
|
\path[->] (programmieren) edge[bend left] node {} (pse);
|
|
|
\path[->] (programmieren) edge node {} (os);
|
|
\path[->] (programmieren) edge node {} (os);
|
|
|
\path[->] (swti) edge node {} (pse);
|
|
\path[->] (swti) edge node {} (pse);
|
|
|
- \path[<->] (ro) edge node[anchor=center,above,sloped] {\tiny{Assembler}} (os);
|
|
|
|
|
|
|
+ \path[<->] (ro) edge node[anchor=center,above,sloped] {\tiny{Assembler, Adressierung}} (os);
|
|
|
\path[<->] (algii) edge [very thick] node {} (icpc);
|
|
\path[<->] (algii) edge [very thick] node {} (icpc);
|
|
|
\path[->] (swti) edge node[anchor=center,above,sloped] {\tiny{Prozessmodelle}} (web);
|
|
\path[->] (swti) edge node[anchor=center,above,sloped] {\tiny{Prozessmodelle}} (web);
|
|
|
\path[<->] (pse) edge[red] node {} (tse);
|
|
\path[<->] (pse) edge[red] node {} (tse);
|