Ishaan Verma
Ishaan Verma
@Amaras The changes that I suggested in the the other PR were regarding the output format and not language specific. I really don't know any Ruby so it would be...
This issue is also there in my Racket implementation (#823). The input `"bbbbb"` returns an empty string as the encoded message. I could fix this to return `00000`. The way...
I took a quick look and this issue is also there in the Haskell implementation. The `encoded` procedure returns an empty string and the `decoded` procedure returns an infinite list...
There is also a small typo in the Haskell implementation. `encoding` is spelled as `endoding`.
@jiegillet go ahead! I don't really know Haskell anyway xD. Though I'm still concerned whether it should be an empty string or `"0000"`. The discussion that happened on this thread...