algorithm - JT file format : Building huffman tree -


i trying read jt file. jt file may have information compressed using huffman algorithm. facing problem while building huffman tree. there's ambiguity in implementation occurs when 2 symbols have same frequency, depending on comparison use between nodes, order may different , leads inversion of branches of tree. unable build proper huffman tree. have faced issue earlier? there solution this?

i have faced same issue when tried implement parser jt. didn't solution. tried contact guys siemens without getting solution. there ambiguity can't solved without further information siemens. spec alone doesn't help. think huffman dropped out in newest jt spec.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -