/* Huffman Tree DOT graph. DOT Reference : http://www.graphviz.org/doc/info/lang.html http://en.wikipedia.org/wiki/DOT_language Timestamp : 1610805664 Phrase : 'AGENCIES IN MANCHESTER DID NOT PROTECT CHILDREN SUFFERING THE MOST PROFOUND ABUSE, A REPORT SAYS' Generated on http://huffman.ooz.ie/ */ digraph G { edge [label=0]; graph [ranksep=0]; G [shape=record, label="{{G|2}|00000}"]; M [shape=record, label="{{M|2}|00001}"]; COMA [shape=record, label="{{COMA|1}|000100}"]; Y [shape=record, label="{{Y|1}|000101}"]; B [shape=record, label="{{B|1}|000110}"]; L [shape=record, label="{{L|1}|000111}"]; BL [label=2]; COMAYBL [label=4]; A [shape=record, label="{{A|5}|0010}"]; I [shape=record, label="{{I|5}|0011}"]; E [shape=record, label="{{E|10}|010}"]; P [shape=record, label="{{P|3}|01100}"]; U [shape=record, label="{{U|3}|01101}"]; H [shape=record, label="{{H|3}|01110}"]; F [shape=record, label="{{F|3}|01111}"]; HF [label=6]; O [shape=record, label="{{O|6}|1000}"]; N [shape=record, label="{{N|7}|1001}"]; S [shape=record, label="{{S|7}|1010}"]; R [shape=record, label="{{R|7}|1011}"]; SPACE [shape=record, label="{{SPACE|14}|110}"]; T [shape=record, label="{{T|7}|1110}"]; C [shape=record, label="{{C|4}|11110}"]; D [shape=record, label="{{D|4}|11111}"]; CD [label=8]; 96 -> 40 -> 18 -> 8 -> 4 -> G; COMAYBL -> 2 -> COMA; BL -> B; 10 -> A; 22 -> E; 12 -> 6 -> P; HF -> H; 56 -> 27 -> 13 -> O; 14 -> S; 29 -> SPACE; 15 -> T; CD -> C;4 -> M [label=1]; 2 -> Y [label=1]; 8 -> COMAYBL -> BL -> L [label=1]; 18 -> 10 -> I [label=1]; 6 -> U [label=1]; 40 -> 22 -> 12 -> HF -> F [label=1]; 13 -> N [label=1]; 27 -> 14 -> R [label=1]; 96 -> 56 -> 29 -> 15 -> CD -> D [label=1]; }