You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @brief Implement the tree used to encode and decode with Huffman algorithm.
*
* The solution is build upon the idea that the element that needs to be encoded and decode is text and text alone.
* This solution doesn't work if the data is, for example, an image since the file is not opened in binary mode and no considerations in this sense are made.