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

Doubt-and-resolution system #3

Open
rdziubek opened this issue Sep 19, 2020 · 0 comments
Open

Doubt-and-resolution system #3

rdziubek opened this issue Sep 19, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rdziubek
Copy link
Owner

Doubt unnecessarily raised for:

PROCESSING: [14a-, 14b-, 14c]
num exp range: [14, 14]
mask of chars: [a, b, c]
Adding masked: 14a
Adding masked: 14a
Adding masked: 14b
Adding masked: 14b
Adding masked: 14c
Adding masked: 14c
[14a, 14a, 14b, 14b, 14c, 14c]

Possible cause:
14a gets compared with 14b and same is done later for 14b with 14c as well

Possible solution:
Can be mitigated by comparing whole row input array length as well as equality of its elements with the number of comparisons done

@rdziubek rdziubek added the bug Something isn't working label Sep 19, 2020
@rdziubek rdziubek self-assigned this Sep 19, 2020
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

1 participant