Segmentation Fault - Adaptive Huffman Tree
I am trying to implement the adaptive huffman code, but while trying to build the tree i get a segmentation fault when executing the code at line \"currentNYT->lchild = newNYT;\" in addnode() function
问答
阅读(2)