/* Huffman Tree DOT graph. DOT Reference : http://www.graphviz.org/doc/info/lang.html http://en.wikipedia.org/wiki/DOT_language Timestamp : 1619167710 Phrase : 'A TRADEOFF MAY BE NEEDED IN ENGLAND AMID A RISE IN CASES, A SCIENTIST ADVISING THE GOVERNMENT SAYS' Generated on http://huffman.ooz.ie/ */ digraph G { edge [label=0]; graph [ranksep=0]; L [shape=record, label="{{L|1}|000000}"]; COMA [shape=record, label="{{COMA|1}|000001}"]; B [shape=record, label="{{B|1}|000010}"]; H [shape=record, label="{{H|1}|000011}"]; BH [label=2]; Y [shape=record, label="{{Y|2}|00010}"]; G [shape=record, label="{{G|3}|00011}"]; N [shape=record, label="{{N|9}|001}"]; A [shape=record, label="{{A|10}|010}"]; T [shape=record, label="{{T|5}|0110}"]; M [shape=record, label="{{M|3}|01110}"]; R [shape=record, label="{{R|3}|01111}"]; E [shape=record, label="{{E|12}|100}"]; D [shape=record, label="{{D|6}|1010}"]; O [shape=record, label="{{O|2}|101100}"]; V [shape=record, label="{{V|2}|101101}"]; OV [label=4]; C [shape=record, label="{{C|2}|101110}"]; F [shape=record, label="{{F|2}|101111}"]; CF [label=4]; I [shape=record, label="{{I|8}|1100}"]; S [shape=record, label="{{S|8}|1101}"]; SPACE [shape=record, label="{{SPACE|17}|111}"]; 98 -> 39 -> 18 -> 9 -> 4 -> 2 -> L; BH -> B; 5 -> Y; 21 -> A; 11 -> T; 6 -> M; 59 -> 26 -> E; 14 -> D; 8 -> OV -> O; CF -> C; 33 -> 16 -> I;2 -> COMA [label=1]; 4 -> BH -> H [label=1]; 9 -> 5 -> G [label=1]; 18 -> N [label=1]; 39 -> 21 -> 11 -> 6 -> R [label=1]; OV -> V [label=1]; 26 -> 14 -> 8 -> CF -> F [label=1]; 16 -> S [label=1]; 98 -> 59 -> 33 -> SPACE [label=1]; }