/* Huffman Tree DOT graph. DOT Reference : http://www.graphviz.org/doc/info/lang.html http://en.wikipedia.org/wiki/DOT_language Timestamp : 1575583793 Phrase : 'LEAVING THE EU WITHOUT A DEAL WOULD BE A BETRAYAL OF THE REFERENDUM RESULT, THE FORMER CHANCELLOR WARNS' Generated on http://huffman.ooz.ie/ */ digraph G { edge [label=0]; graph [ranksep=0]; R [shape=record, label="{{R|8}|000}"]; O [shape=record, label="{{O|5}|0010}"]; U [shape=record, label="{{U|5}|0011}"]; S [shape=record, label="{{S|2}|01000}"]; F [shape=record, label="{{F|3}|01001}"]; H [shape=record, label="{{H|5}|0101}"]; SFH [label=10]; D [shape=record, label="{{D|3}|01100}"]; W [shape=record, label="{{W|3}|01101}"]; L [shape=record, label="{{L|7}|0111}"]; E [shape=record, label="{{E|14}|100}"]; T [shape=record, label="{{T|7}|1010}"]; V [shape=record, label="{{V|1}|1011000}"]; COMA [shape=record, label="{{COMA|1}|1011001}"]; Y [shape=record, label="{{Y|1}|1011010}"]; G [shape=record, label="{{G|1}|1011011}"]; YG [label=2]; N [shape=record, label="{{N|4}|10111}"]; I [shape=record, label="{{I|2}|110000}"]; M [shape=record, label="{{M|2}|110001}"]; IM [label=4]; C [shape=record, label="{{C|2}|110010}"]; B [shape=record, label="{{B|2}|110011}"]; CB [label=4]; IMCB [label=8]; A [shape=record, label="{{A|8}|1101}"]; SPACE [shape=record, label="{{SPACE|17}|111}"]; 103 -> 41 -> 18 -> R; 10 -> O; 23 -> SFH -> 5 -> S; 13 -> 6 -> D; 62 -> 29 -> E; 15 -> T; 8 -> 4 -> 2 -> V; YG -> Y; 33 -> 16 -> IMCB -> IM -> I; CB -> C;18 -> 10 -> U [label=1]; 5 -> F [label=1]; SFH -> H [label=1]; 6 -> W [label=1]; 41 -> 23 -> 13 -> L [label=1]; 2 -> COMA [label=1]; 4 -> YG -> G [label=1]; 29 -> 15 -> 8 -> N [label=1]; IM -> M [label=1]; IMCB -> CB -> B [label=1]; 16 -> A [label=1]; 103 -> 62 -> 33 -> SPACE [label=1]; }