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

Computation should not depend on non-unique characters in the alphabet #12

Closed
jt3k opened this issue Sep 4, 2018 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@jt3k
Copy link

jt3k commented Sep 4, 2018

now a different result of the calculation if the alphabet "01" and "010"

@zelark
Copy link
Owner

zelark commented Sep 5, 2018

If an alphabet contains non-unique characters, it's marked by red color. But such alphabet is correct as an input.

The calculator do a computation as long as it can. Thereby the result of the computation is consistent with its inputs.

now a different result of the calculation if the alphabet "01" and "010"

Actually, it will give you the same result but with different distribution of "0".

@jt3k
Copy link
Author

jt3k commented Sep 6, 2018

All the same I see a mistake, because in the case of '010', the collision will happen no later than c '01', but the calculator tells us that the collision will happen later

@zelark
Copy link
Owner

zelark commented Sep 6, 2018

but the calculator tells us that the collision will happen later

Oh, that's right. I think I'll fix it soon. Thanks.

@zelark zelark closed this as completed in 5f22f7c Sep 7, 2018
@zelark zelark added minor fixes Typos, style, formatting etc bug Something isn't working and removed minor fixes Typos, style, formatting etc labels Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants