in reply to Converting Stream of bits back into Stream of Characters it Encodes
We really need to see what you constructed for the get_bit() and put_stream() routines and how you constructed your hash tree.
If you still don't understand how this works after you get the typos fixed, I'm sure we can discuss how this walks down a tree looking for nodes, checking whether a node contains a value or a link/reference to another node, and outputting any values found or following the link/reference to the next node depending on what it finds in the current node. :)
|
|---|