gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0e8e294)
raw | patch | inline | side by side (parent: 0e8e294)
author | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 17 Feb 2014 18:05:21 +0000 (19:05 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 17 Feb 2014 18:05:21 +0000 (19:05 +0100) |
skripta-os2.tex | patch | blob | history |
diff --git a/skripta-os2.tex b/skripta-os2.tex
index 48ce00bad10e288a786601477096264a2f042318..b638d78be7ec145eca749840ef0c81d5cdfc16ac 100644 (file)
--- a/skripta-os2.tex
+++ b/skripta-os2.tex
\begin{minipage}{0.4\textwidth}
\begin{tikzpicture}
[proc/.style={circle,draw},
-level 1/.style={sibling distance=20mm,level distance=10mm},
-level 2/.style={sibling distance=10mm,font=\scriptsize}
+level 1/.style={sibling distance=28mm,level distance=10mm},
+level 2/.style={sibling distance=14mm,font=\scriptsize},
+level 3/.style={sibling distance=6mm,font=\tiny}
]
-\node[proc] (root) {0}
-child[->] foreach \x in {1,2} {node[proc] {\x}
- child foreach \y in {1,2} {node[proc] {\x-\y}
- }};
-
+\node[proc] (root) {1-0}
+child[->] foreach \x in {0,1} {node[proc] {1-\x}
+ child foreach \y in {0,1} {node[proc] {2-\y}
+ child foreach \z in {0,1} {node[proc] {3-\z}
+ }}};
+
+\node[text width=0.9\textwidth] (desc) at (0,-4) {maxdubina=4, potrebnodece=2,
+čvorovi prikazuju vrednosti pri kreiranju};
\end{tikzpicture}
\end{minipage}