-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add code for P46 of 99 problems #64
Comments
Can you please link the original problem? |
The description of the task can be found at e.g. https://wiki.haskell.org/99_questions/46_to_50 |
@JJ and @Altai-man I'll work on that. |
Here's the quickly whipped up solution without redefining and, or etc operators:
What can I say, Raku is cool. This is a very golfed version to solve it in a single line, for an example variable names are necessary... |
Naive solution for problem 49:
|
@Altai-man I will try to solve P46 in the manner you have told(Thanks for your guidance). Should I have to do the same with P49? |
@veb7vmehra I think you can use my solution as a base and make it easier to understand, splitting it over a couple of lines of code, with proper variables and so on. |
No description provided.
The text was updated successfully, but these errors were encountered: