/* Huffman Tree DOT graph. DOT Reference : http://www.graphviz.org/doc/info/lang.html http://en.wikipedia.org/wiki/DOT_language Timestamp : 1619163370 Phrase : 'DONALD TRUMP BECOMES THE FIRST PRESIDENT IN US HISTORY TO BE IMPEACHED TWICE' Generated on http://huffman.ooz.ie/ */ digraph G { edge [label=0]; graph [ranksep=0]; T [shape=record, label="{{T|7}|000}"]; D [shape=record, label="{{D|4}|0010}"]; O [shape=record, label="{{O|4}|0011}"]; A [shape=record, label="{{A|2}|01000}"]; B [shape=record, label="{{B|2}|01001}"]; W [shape=record, label="{{W|1}|010100}"]; Y [shape=record, label="{{Y|1}|010101}"]; F [shape=record, label="{{F|1}|010110}"]; L [shape=record, label="{{L|1}|010111}"]; FL [label=2]; WYFL [label=4]; ABWYFL [label=8]; R [shape=record, label="{{R|4}|0110}"]; U [shape=record, label="{{U|2}|01110}"]; C [shape=record, label="{{C|3}|01111}"]; E [shape=record, label="{{E|9}|100}"]; S [shape=record, label="{{S|5}|1010}"]; N [shape=record, label="{{N|3}|10110}"]; P [shape=record, label="{{P|3}|10111}"]; H [shape=record, label="{{H|3}|11000}"]; M [shape=record, label="{{M|3}|11001}"]; HM [label=6]; I [shape=record, label="{{I|6}|1101}"]; SPACE [shape=record, label="{{SPACE|12}|111}"]; 76 -> 32 -> 15 -> T; 8 -> D; 17 -> ABWYFL -> 4 -> A; WYFL -> 2 -> W; FL -> F; 9 -> R; 5 -> U; 44 -> 20 -> E; 11 -> S; 6 -> N; 24 -> 12 -> HM -> H;15 -> 8 -> O [label=1]; 4 -> B [label=1]; 2 -> Y [label=1]; ABWYFL -> WYFL -> FL -> L [label=1]; 32 -> 17 -> 9 -> 5 -> C [label=1]; 20 -> 11 -> 6 -> P [label=1]; HM -> M [label=1]; 12 -> I [label=1]; 76 -> 44 -> 24 -> SPACE [label=1]; }