Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Hu-Tucker algorithm implementation #8

Open
huahaiy opened this issue Mar 6, 2023 · 0 comments
Open

Incorrect Hu-Tucker algorithm implementation #8

huahaiy opened this issue Mar 6, 2023 · 0 comments

Comments

@huahaiy
Copy link

huahaiy commented Mar 6, 2023

Just want to let you know that your Hu-Tucker algorithm implementation produces wrong optimal code lengths. For example, for input array [7 3 4 1 3 2 4 3 5 3 6], your algorithm produces [3 4 4 4 4 4 4 3 3 3 3], which is incorrect. The correct results are [3 4 4 5 5 4 3 3 3 3 3].

BTW, your paper is very helpful. Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant