Difference between revisions of "RAM Sorting"

From FreekiWiki
Jump to navigation Jump to search
(getting closer)
(almost there)
Line 5: Line 5:
 
long    [label="Is it 5.25 inches long?", fontsize="11"]
 
long    [label="Is it 5.25 inches long?", fontsize="11"]
 
multinotch    [label="Does it have more than one notch?", fontsize="11"]
 
multinotch    [label="Does it have more than one notch?", fontsize="11"]
 +
ddr        [label="DDR", fontsize="11", shape="box", style="bold"]
 +
laptopsodimm        [label="LAPTOP RAM\nor\nSODIMM", fontsize="11", shape="box", style="bold"]
  
 
start -> short
 
start -> short
 +
 
short -> long [label="NO"]
 
short -> long [label="NO"]
 +
short -> laptopsodimm [label="YES"]
 +
 
long -> multinotch [label="YES"]
 
long -> multinotch [label="YES"]
 +
 +
multinotch -> ddr [label="NO"]
  
 
</graphviz>
 
</graphviz>
  
 
}[[Category: Prebuild]]
 
}[[Category: Prebuild]]

Revision as of 18:01, 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.

}