Difference between revisions of "RAM Sorting"
Jump to navigation
Jump to search
(added multinotch) |
(getting closer) |
||
Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
digraph D { | digraph D { | ||
− | + | start [label="START HERE", fontsize="11", shape="box", style="bold"] | |
− | + | short [label="Is it 2.75 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"] | ||
− | + | start -> short | |
− | + | short -> long [label="NO"] | |
− | + | long -> multinotch [label="YES"] | |
+ | |||
</graphviz> | </graphviz> | ||
+ | |||
+ | }[[Category: Prebuild]] |
Revision as of 16:53, 3 September 2008
}