We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm wondering whether this algorithm support integer types or not. So I ran a test.
Input set: [(19,2),(38,2),(19,7),(38,7),(0,2),(20,2),(0,7),(20,7),(9,7),(38,7),(9,12),(38,12)] Output set: [(0,2),(38,7),(38,12)] not so good...
I made a diagram here, https://www.desmos.com/calculator/yvrmis0nwx for your reference. Red dots are the input set, blue dots are the output set.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm wondering whether this algorithm support integer types or not.
So I ran a test.
I made a diagram here, https://www.desmos.com/calculator/yvrmis0nwx for your reference.
Red dots are the input set, blue dots are the output set.
Thanks.
The text was updated successfully, but these errors were encountered: