-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Async for Pythagorean Triplet #709
Comments
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the Pythagorean Triplet exericse, it could be great to make it leverage async/DispatchGroup/Actors/withTaskGroup.
The idea comes from translating the Elixir code into Swift.
It was nice and easy but the test suite itself is not ready to handle this.
As the exercise is tagged as Medium, I assume asynchronous code fit in this tier of "difficulty".
Locally I've updated the code to handle async and because of this, sorting of the results.
Cheers
The text was updated successfully, but these errors were encountered: