Difference between revisions of "RAM Sorting"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
short [label="Is it between\n2.5 and 2.75 inches\nlong?"] | short [label="Is it between\n2.5 and 2.75 inches\nlong?"] | ||
long [label="Is it 5.25 inches long?"] | long [label="Is it 5.25 inches long?"] | ||
− | |||
multinotch [label="Does it have exactly ONE notch?"] | multinotch [label="Does it have exactly ONE notch?"] | ||
endnotch [label="Does it have TWO notches,\nONE near the middle\nAND\nONE near one end?"] | endnotch [label="Does it have TWO notches,\nONE near the middle\nAND\nONE near one end?"] | ||
closenotch [label="Does it have TWO notches\nclose together near the center?"] | closenotch [label="Does it have TWO notches\nclose together near the center?"] | ||
− | |||
ddr [label="DDR", shape="box", style="bold"] | ddr [label="DDR", shape="box", style="bold"] | ||
sdram [label="SDRAM", shape="box", style="bold"] | sdram [label="SDRAM", shape="box", style="bold"] | ||
− | |||
rambus [label="RAMBUS", shape="box", style="bold"] | rambus [label="RAMBUS", shape="box", style="bold"] | ||
misc [label="MISC", shape="box", style="bold"] | misc [label="MISC", shape="box", style="bold"] | ||
Line 25: | Line 22: | ||
long -> multinotch [label="YES"] | long -> multinotch [label="YES"] | ||
− | long | + | long -> misc [label="NO"] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
multinotch -> ddr [label="YES"] | multinotch -> ddr [label="YES"] |