Bretislav Hajek

Results 112 comments of Bretislav Hajek

Hi @kascesar Sorry about this repo. I have no time to work on updating it. It's quite outdated for a while. However, I am happy to review any changes you...

Actually, I think the indexing for alphabet is somehow shifted try replacing the line: ```python word += idx2char(c) ``` with ```python word += idx2char(c + 1) ```