/* Huffman Tree DOT graph. DOT Reference : http://www.graphviz.org/doc/info/lang.html http://en.wikipedia.org/wiki/DOT_language Timestamp : 1610806977 Phrase : 'LEICESTERS MAYOR TELLS PEOPLE TO STAY AT HOME AS THE UKS FIRST LOCAL LOCKDOWN IS IMPOSED' Generated on http://huffman.ooz.ie/ */ digraph G { edge [label=0]; graph [ranksep=0]; K [shape=record, label="{{K|2}|00000}"]; Y [shape=record, label="{{Y|2}|00001}"]; D [shape=record, label="{{D|2}|00010}"]; H [shape=record, label="{{H|2}|00011}"]; DH [label=4]; O [shape=record, label="{{O|8}|001}"]; E [shape=record, label="{{E|9}|010}"]; S [shape=record, label="{{S|9}|011}"]; A [shape=record, label="{{A|5}|1000}"]; P [shape=record, label="{{P|3}|10010}"]; R [shape=record, label="{{R|3}|10011}"]; C [shape=record, label="{{C|3}|10100}"]; M [shape=record, label="{{M|3}|10101}"]; CM [label=6]; L [shape=record, label="{{L|7}|1011}"]; T [shape=record, label="{{T|7}|1100}"]; U [shape=record, label="{{U|1}|1101000}"]; W [shape=record, label="{{W|1}|1101001}"]; F [shape=record, label="{{F|1}|1101010}"]; N [shape=record, label="{{N|1}|1101011}"]; FN [label=2]; UWFN [label=4]; I [shape=record, label="{{I|4}|11011}"]; UWFNI [label=8]; SPACE [shape=record, label="{{SPACE|15}|111}"]; 88 -> 34 -> 16 -> 8 -> 4 -> K; DH -> D; 18 -> E; 54 -> 24 -> 11 -> A; 6 -> P; 13 -> CM -> C; 30 -> 15 -> T; UWFNI -> UWFN -> 2 -> U; FN -> F;4 -> Y [label=1]; 8 -> DH -> H [label=1]; 16 -> O [label=1]; 34 -> 18 -> S [label=1]; 11 -> 6 -> R [label=1]; CM -> M [label=1]; 24 -> 13 -> L [label=1]; 2 -> W [label=1]; UWFN -> FN -> N [label=1]; 15 -> UWFNI -> I [label=1]; 88 -> 54 -> 30 -> SPACE [label=1]; }