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
Other examples will come
Examples
This is more an "exercise to solve" than a "task to execute", so I omit some details on purpose. A few hints:
PickIfSmaller
select
main
pick
The text was updated successfully, but these errors were encountered:
map555
No branches or pull requests
Other examples will come
Examples
project, add a new program that does the same thing as the shrinking mechanism described there, but using Synthia objects.This is more an "exercise to solve" than a "task to execute", so I omit some details on purpose. A few hints:
PickIfSmaller
object. The implementation of abstract methodselect
should correspond to the primality check.main
method that instantiates this object, callpick
a few times on it and prints the values it returns.The text was updated successfully, but these errors were encountered: