Reading huffmant tree from file

后端 未结 0 637
不知归路
不知归路 2020-12-12 23:20

Okay so I have a huffman tree that I write to a .dat file using these methods :

public void treeToFile(Node curr) throws IOException{

    try{
        Object         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题