/* Huffman Tree DOT graph. DOT Reference : http://www.graphviz.org/doc/info/lang.html http://en.wikipedia.org/wiki/DOT_language Timestamp : 1619167325 Phrase : 'THE CHANCELLORS CORONAVIRUS SUPPORT PACKAGE COMES AFTER THE PM PLEDGES TO DO WHATEVER WE CAN' Generated on http://huffman.ooz.ie/ */ digraph G { edge [label=0]; graph [ranksep=0]; M [shape=record, label="{{M|2}|00000}"]; U [shape=record, label="{{U|2}|00001}"]; D [shape=record, label="{{D|2}|00010}"]; G [shape=record, label="{{G|2}|00011}"]; DG [label=4]; H [shape=record, label="{{H|4}|0010}"]; P [shape=record, label="{{P|5}|0011}"]; S [shape=record, label="{{S|5}|0100}"]; F [shape=record, label="{{F|1}|010100}"]; I [shape=record, label="{{I|1}|0101010}"]; K [shape=record, label="{{K|1}|0101011}"]; L [shape=record, label="{{L|3}|01011}"]; E [shape=record, label="{{E|11}|011}"]; C [shape=record, label="{{C|6}|1000}"]; R [shape=record, label="{{R|6}|1001}"]; T [shape=record, label="{{T|6}|1010}"]; N [shape=record, label="{{N|3}|10110}"]; W [shape=record, label="{{W|2}|101110}"]; V [shape=record, label="{{V|2}|101111}"]; WV [label=4]; A [shape=record, label="{{A|7}|1100}"]; O [shape=record, label="{{O|7}|1101}"]; SPACE [shape=record, label="{{SPACE|14}|111}"]; 92 -> 39 -> 17 -> 8 -> 4 -> M; DG -> D; 9 -> H; 22 -> 11 -> S; 6 -> 3 -> F; 2 -> I; 53 -> 25 -> 12 -> C; 13 -> T; 7 -> N; WV -> W; 28 -> 14 -> A;4 -> U [label=1]; 8 -> DG -> G [label=1]; 17 -> 9 -> P [label=1]; 3 -> 2 -> K [label=1]; 11 -> 6 -> L [label=1]; 39 -> 22 -> E [label=1]; 12 -> R [label=1]; 25 -> 13 -> 7 -> WV -> V [label=1]; 14 -> O [label=1]; 92 -> 53 -> 28 -> SPACE [label=1]; }