|
|
|
|
|
by ryan-duve
1661 days ago
|
|
This was a great read. I look forward to the Part II teased at the end. In addition to deep diving on the Huffman codes, I hope you find a way to include an explanation of when to read left-to-right vs right-to-left, which is what tripped me up the most in this article. |
|
I personally think it's easiest if you write bits Left to right, from LSB to MSB, which fits how humans write words, but i also get that when you're programming, you tend to think of MSB being on the left and LSB on the right (for bit twiddling operations)
So I can see why people would write bits right to left too, to fit how you program, but frankly I don't think that is any easier to read on paper.