Difference between revisions of "RAM Sorting"

From FreekiWiki
Jump to navigation Jump to search
(almost there)
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
 
digraph D {
 
digraph D {
start        [label="START HERE", fontsize="11", shape="box", style="bold"]
+
    node [fontname="Helvetica", fontsize="11"]
short    [label="Is it 2.75 inches long?", fontsize="11"]
+
    edge [fontname="Helvetica"]
long    [label="Is it 5.25 inches long?", fontsize="11"]
+
 
multinotch    [label="Does it have more than one notch?", fontsize="11"]
+
start        [label="START HERE", shape="box", style="bold"]
 +
short    [label="Is it 2.75 inches long?"]
 +
long    [label="Is it 5.25 inches long?"]
 +
multinotch    [label="Does it have more than one notch?"]
 
ddr        [label="DDR", fontsize="11", shape="box", style="bold"]
 
ddr        [label="DDR", fontsize="11", shape="box", style="bold"]
laptopsodimm        [label="LAPTOP RAM\nor\nSODIMM", fontsize="11", shape="box", style="bold"]
+
laptopsodimm        [label="LAPTOP RAM\nor\nSODIMM", shape="box", style="bold"]
  
 
start -> short
 
start -> short
Line 17: Line 20:
 
multinotch -> ddr [label="NO"]
 
multinotch -> ddr [label="NO"]
  
 +
}
 
</graphviz>
 
</graphviz>
  
}[[Category: Prebuild]]
+
[[Category: Prebuild]]

Revision as of 18:04, 3 September 2008

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.