/* Huffman Tree DOT graph. DOT Reference : http://www.graphviz.org/doc/info/lang.html http://en.wikipedia.org/wiki/DOT_language Timestamp : 1524384789 Phrase : 'DISGRACED BREAST SURGEON IAN PATERSON CARRIED OUT HUNDREDS OF BOTCHED OPERATIONS ON HIS PATIENTS.' Generated on http://huffman.ooz.ie/ */ digraph G { edge [label=0]; graph [ranksep=0]; R [shape=record, label="{{R|8}|000}"]; E [shape=record, label="{{E|9}|001}"]; G [shape=record, label="{{G|2}|01000}"]; C [shape=record, label="{{C|3}|01001}"]; H [shape=record, label="{{H|3}|01010}"]; P [shape=record, label="{{P|3}|01011}"]; D [shape=record, label="{{D|6}|0110}"]; I [shape=record, label="{{I|6}|0111}"]; SPACE [shape=record, label="{{SPACE|13}|100}"]; N [shape=record, label="{{N|7}|1010}"]; T [shape=record, label="{{T|7}|1011}"]; U [shape=record, label="{{U|3}|11000}"]; F [shape=record, label="{{F|1}|1100100}"]; DOT [shape=record, label="{{DOT|1}|1100101}"]; B [shape=record, label="{{B|2}|110011}"]; A [shape=record, label="{{A|7}|1101}"]; UFDOTBA [label=14]; O [shape=record, label="{{O|8}|1110}"]; S [shape=record, label="{{S|8}|1111}"]; 97 -> 40 -> 17 -> R; 23 -> 11 -> 5 -> G; 6 -> H; 12 -> D; 57 -> 27 -> SPACE; 14 -> N; 30 -> UFDOTBA -> 7 -> U; 4 -> 2 -> F; 16 -> O;17 -> E [label=1]; 5 -> C [label=1]; 11 -> 6 -> P [label=1]; 40 -> 23 -> 12 -> I [label=1]; 27 -> 14 -> T [label=1]; 2 -> DOT [label=1]; 7 -> 4 -> B [label=1]; UFDOTBA -> A [label=1]; 97 -> 57 -> 30 -> 16 -> S [label=1]; }