/* Huffman Tree DOT graph. DOT Reference : http://www.graphviz.org/doc/info/lang.html http://en.wikipedia.org/wiki/DOT_language Timestamp : 1610805080 Phrase : 'THE JUSTICE SECRETARYS PLEDGE COMES AMID WARNINGS TIME IS RUNNING OUT TO FIX THE SYSTEM' Generated on http://huffman.ooz.ie/ */ digraph G { edge [label=0]; graph [ranksep=0]; F [shape=record, label="{{F|1}|000000}"]; J [shape=record, label="{{J|1}|000001}"]; D [shape=record, label="{{D|2}|00001}"]; W [shape=record, label="{{W|1}|000100}"]; X [shape=record, label="{{X|1}|000101}"]; WX [label=2]; L [shape=record, label="{{L|1}|000110}"]; P [shape=record, label="{{P|1}|000111}"]; LP [label=2]; WXLP [label=4]; S [shape=record, label="{{S|8}|001}"]; T [shape=record, label="{{T|8}|010}"]; E [shape=record, label="{{E|10}|011}"]; N [shape=record, label="{{N|5}|1000}"]; G [shape=record, label="{{G|3}|10010}"]; O [shape=record, label="{{O|3}|10011}"]; A [shape=record, label="{{A|3}|10100}"]; C [shape=record, label="{{C|3}|10101}"]; AC [label=6]; U [shape=record, label="{{U|3}|10110}"]; H [shape=record, label="{{H|2}|101110}"]; Y [shape=record, label="{{Y|2}|101111}"]; HY [label=4]; SPACE [shape=record, label="{{SPACE|14}|110}"]; I [shape=record, label="{{I|7}|1110}"]; M [shape=record, label="{{M|4}|11110}"]; R [shape=record, label="{{R|4}|11111}"]; MR [label=8]; 87 -> 34 -> 16 -> 8 -> 4 -> 2 -> F; WXLP -> WX -> W; LP -> L; 18 -> T; 53 -> 24 -> 11 -> N; 6 -> G; 13 -> AC -> A; 7 -> U; HY -> H; 29 -> SPACE; 15 -> I; MR -> M;2 -> J [label=1]; 4 -> D [label=1]; WX -> X [label=1]; 8 -> WXLP -> LP -> P [label=1]; 16 -> S [label=1]; 34 -> 18 -> E [label=1]; 11 -> 6 -> O [label=1]; AC -> C [label=1]; 24 -> 13 -> 7 -> HY -> Y [label=1]; 87 -> 53 -> 29 -> 15 -> MR -> R [label=1]; }