Creates an array of huffmannodes more specifically pointers


Creates an array of HuffmanNodes (more specifically, pointers to HuffmanNodes) based on the given character-frequency pairs.

characters: an array of char

frequencies: an array of int

length: the length of characters and frequencies arrays

returns: an array of HuffmanNode

Creates the Huffman tree reusing the given HuffmanNodes.

Comment: work on huffman.cpp

Attachment:- Assignment.zip

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Creates an array of huffmannodes more specifically pointers
Reference No:- TGS01390379

Expected delivery within 24 Hours