Difference between revisions of "RAM Sorting"

From FreekiWiki
Jump to navigation Jump to search
(about done for now)
Line 7: Line 7:
 
short    [label="Is it 2.75 inches long?"]
 
short    [label="Is it 2.75 inches long?"]
 
long    [label="Is it 5.25 inches long?"]
 
long    [label="Is it 5.25 inches long?"]
multinotch    [label="Does it have more than one notch?"]
+
multinotch    [label="Does it have exactly ONE notch?"]
ddr        [label="DDR", fontsize="11", shape="box", style="bold"]
+
endnotch    [label="Does it have a notch near one end?"]
 +
closenotch    [label="Does it have two notches close togher near the center?"]
 +
ddr        [label="DDR", shape="box", style="bold"]
 +
sdram        [label="SDRAM", shape="box", style="bold"]
 +
rambus      [label="RAMBUS", shape="box", style="bold"]
 +
misc      [label="MISC", shape="box", style="bold"]
 
laptopsodimm        [label="LAPTOP RAM\nor\nSODIMM", shape="box", style="bold"]
 
laptopsodimm        [label="LAPTOP RAM\nor\nSODIMM", shape="box", style="bold"]
  
Line 17: Line 22:
  
 
long -> multinotch [label="YES"]
 
long -> multinotch [label="YES"]
 +
long -> misc [label="NO"]
  
multinotch -> ddr [label="NO"]
+
multinotch -> ddr [label="YES"]
 +
multinotch -> endnotch [label="NO"]
 +
 
 +
endnotch -> sdram [label="YES"]
 +
endnotch -> closenotch [label="NO"]
 +
 
 +
closenotch -> rambus [label="YES"]
 +
closenotch -> misc [label="NO"]
  
 
}
 
}

Revision as of 19:08, 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.