/* Huffman Tree DOT graph. DOT Reference : http://www.graphviz.org/doc/info/lang.html http://en.wikipedia.org/wiki/DOT_language Timestamp : 1610810490 Phrase : 'FORCES IN ENGLAND WILL HAVE ACCESS ON A CASEBYCASE BASIS TO DATA ON WHETHER A PERSON HAS BEEN TOLD TO SELFISOLATE' Generated on http://huffman.ooz.ie/ */ digraph G { edge [label=0]; graph [ranksep=0]; S [shape=record, label="{{S|11}|000}"]; B [shape=record, label="{{B|3}|00100}"]; D [shape=record, label="{{D|3}|00101}"]; L [shape=record, label="{{L|6}|0011}"]; A [shape=record, label="{{A|12}|010}"]; T [shape=record, label="{{T|6}|0110}"]; R [shape=record, label="{{R|3}|01110}"]; F [shape=record, label="{{F|2}|011110}"]; W [shape=record, label="{{W|2}|011111}"]; E [shape=record, label="{{E|13}|100}"]; N [shape=record, label="{{N|7}|1010}"]; V [shape=record, label="{{V|1}|1011000}"]; Y [shape=record, label="{{Y|1}|1011001}"]; G [shape=record, label="{{G|1}|1011010}"]; P [shape=record, label="{{P|1}|1011011}"]; GP [label=2]; VYGP [label=4]; I [shape=record, label="{{I|4}|10111}"]; O [shape=record, label="{{O|8}|1100}"]; H [shape=record, label="{{H|4}|11010}"]; C [shape=record, label="{{C|5}|11011}"]; SPACE [shape=record, label="{{SPACE|20}|111}"]; 113 -> 48 -> 23 -> S; 12 -> 6 -> B; 25 -> A; 13 -> T; 7 -> R; 4 -> F; 65 -> 28 -> E; 15 -> N; 8 -> VYGP -> 2 -> V; GP -> G; 37 -> 17 -> O; 9 -> H;6 -> D [label=1]; 23 -> 12 -> L [label=1]; 48 -> 25 -> 13 -> 7 -> 4 -> W [label=1]; 2 -> Y [label=1]; VYGP -> GP -> P [label=1]; 28 -> 15 -> 8 -> I [label=1]; 17 -> 9 -> C [label=1]; 113 -> 65 -> 37 -> SPACE [label=1]; }