digraph BST { node [fontname="Arial" ]; null0 [shape=point]; 0 -> null0 [color=green]; 0 -> 1[color=red]; null1 [shape=point]; 1 -> null1 [color=green]; 1 -> 2[color=red]; null2 [shape=point]; 2 -> null2 [color=green]; 2 -> 3[color=red]; null3 [shape=point]; 3 -> null3 [color=green]; 3 -> 4[color=red]; null4 [shape=point]; 4 -> null4 [color=green]; 4 -> 5[color=red]; null5 [shape=point]; 5 -> null5 [color=green]; 5 -> 6[color=red]; null6 [shape=point]; 6 -> null6 [color=green]; 6 -> 7[color=red]; null7 [shape=point]; 7 -> null7 [color=green]; 7 -> 8[color=red]; null8 [shape=point]; 8 -> null8 [color=green]; 8 -> 9[color=red]; null9 [shape=point]; 9 -> null9 [color=green]; 9 -> 10[color=red]; null10 [shape=point]; 10 -> null10 [color=green]; 10 -> 11[color=red]; null11 [shape=point]; 11 -> null11 [color=green]; 11 -> 12[color=red]; null12 [shape=point]; 12 -> null12 [color=green]; 12 -> 13[color=red]; null13 [shape=point]; 13 -> null13 [color=green]; 13 -> 14[color=red]; null14 [shape=point]; 14 -> null14 [color=green]; 14 -> 15[color=red]; null15 [shape=point]; 15 -> null15 [color=green]; 15 -> 16[color=red]; null16 [shape=point]; 16 -> null16 [color=green]; 16 -> 17[color=red]; null17 [shape=point]; 17 -> null17 [color=green]; 17 -> 18[color=red]; null18 [shape=point]; 18 -> null18 [color=green]; 18 -> 19[color=red]; null19 [shape=point]; 19 -> null19 [color=green]; 19 -> 20[color=red]; null20 [shape=point]; 20 -> null20 [color=green]; 20 -> 21[color=red]; null21 [shape=point]; 21 -> null21 [color=green]; 21 -> 22[color=red]; null22 [shape=point]; 22 -> null22 [color=green]; 22 -> 23[color=red]; null23 [shape=point]; 23 -> null23 [color=green]; 23 -> 24[color=red]; null24 [shape=point]; 24 -> null24 [color=green]; 24 -> 25[color=red]; null25 [shape=point]; 25 -> null25 [color=green]; 25 -> 26[color=red]; null26 [shape=point]; 26 -> null26 [color=green]; 26 -> 27[color=red]; null27 [shape=point]; 27 -> null27 [color=green]; 27 -> 28[color=red]; null28 [shape=point]; 28 -> null28 [color=green]; 28 -> 29[color=red]; null29 [shape=point]; 29 -> null29 [color=green]; 29 -> 30[color=red]; null30 [shape=point]; 30 -> null30 [color=green]; 30 -> 31[color=red]; null31 [shape=point]; 31 -> null31 [color=green]; 31 -> 32[color=red]; null32 [shape=point]; 32 -> null32 [color=green]; 32 -> 33[color=red]; null33 [shape=point]; 33 -> null33 [color=green]; 33 -> 34[color=red]; null34 [shape=point]; 34 -> null34 [color=green]; 34 -> 35[color=red]; null35 [shape=point]; 35 -> null35 [color=green]; 35 -> 36[color=red]; null36 [shape=point]; 36 -> null36 [color=green]; 36 -> 37[color=red]; null37 [shape=point]; 37 -> null37 [color=green]; 37 -> 38[color=red]; null38 [shape=point]; 38 -> null38 [color=green]; 38 -> 39[color=red]; null39 [shape=point]; 39 -> null39 [color=green]; 39 -> 40[color=red]; null40 [shape=point]; 40 -> null40 [color=green]; 40 -> 41[color=red]; null41 [shape=point]; 41 -> null41 [color=green]; 41 -> 42[color=red]; null42 [shape=point]; 42 -> null42 [color=green]; 42 -> 43[color=red]; null43 [shape=point]; 43 -> null43 [color=green]; 43 -> 44[color=red]; null44 [shape=point]; 44 -> null44 [color=green]; 44 -> 45[color=red]; null45 [shape=point]; 45 -> null45 [color=green]; 45 -> 46[color=red]; null46 [shape=point]; 46 -> null46 [color=green]; 46 -> 47[color=red]; null47 [shape=point]; 47 -> null47 [color=green]; 47 -> 48[color=red]; null48 [shape=point]; 48 -> null48 [color=green]; 48 -> 49[color=red]; null49 [shape=point]; 49 -> null49 [color=green]; 49 -> 50[color=red]; null50 [shape=point]; 50 -> null50 [color=green]; 50 -> 51[color=red]; null51 [shape=point]; 51 -> null51 [color=green]; 51 -> 52[color=red]; null52 [shape=point]; 52 -> null52 [color=green]; 52 -> 53[color=red]; null53 [shape=point]; 53 -> null53 [color=green]; 53 -> 54[color=red]; null54 [shape=point]; 54 -> null54 [color=green]; 54 -> 55[color=red]; null55 [shape=point]; 55 -> null55 [color=green]; 55 -> 56[color=red]; null56 [shape=point]; 56 -> null56 [color=green]; 56 -> 57[color=red]; null57 [shape=point]; 57 -> null57 [color=green]; 57 -> 58[color=red]; null58 [shape=point]; 58 -> null58 [color=green]; 58 -> 59[color=red]; null59 [shape=point]; 59 -> null59 [color=green]; 59 -> 60[color=red]; null60 [shape=point]; 60 -> null60 [color=green]; 60 -> 61[color=red]; null61 [shape=point]; 61 -> null61 [color=green]; 61 -> 62[color=red]; null62 [shape=point]; 62 -> null62 [color=green]; null63 [shape=point]; 62 -> null63 [color=red]; }