Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Fixed!
I have included the formulas in the description.
I found some better and easier formulas to understand, so I included them instead and updated my solution accordingly.
Thank you for the suggestion!
I'm working on it! You should see my reply to your reply.
Sorry for reading this late, I haven't had the time to code in the past few days.
I will include the formulas and then resolve this question once I do it.
Thanks for letting me know. I had a feeling I was supposed to include it, but I thought maybe people would figure out. My bad!
Yes! You really should.
That's the only challenge with this kata, figuring out the formulas. Other than that, it's just switch statements, if/else, variables, math, and rounding.
I feel like the only challenge in this kata is figuring out the formulas for someone like me who has no clue how to convert between RGB and HSL. Other than that, it's just a lot of rounding, if/else, and math.
Thus, I feel like the formulas should also be listed in the instructions as well.
Thank you so much!
I copied over what you wrote and continued the rest. I didn't understand that this is what you wanted at first.
Sorry for the inconveniece. Please let me know if this is good.
Hi Abiyasash12,
In order to illustrate how I think the description can be clarified, I forked the problem here. I rewrote the beginning of the description in a different way. See if you like what I wrote. If so, you can copy it over into your version, and then rewrite the rest in a similar style.
Those of you who have completed this kata please give feedback and rate the kata (not satisfied, somewhat satisfied, or very satisfied).
If not satisfied, please let me know in the discourse here.
Thanks!
Sorry about the invoncenience. As you can see in the description now, you must make the hue to 0 even if it is 360. This will avoid possible confusion.
I also added the first test case in the random tests above as a fixed test.
Sorry for the issues!
Sorry, the 10k tests was only when I was testing it. I was a complete goofball and forgot to get rid of it.
As for the hue values, I'll start working on that now.
Possible reasons for low satisfaction votes I can see are some technical issues:
I'd also like to know why I have three not satisfied votes so I can improve upon my errors.
I'm confused, should I include the formulas to convert RGB to HSL in the description or am I good?
I fixed the pawn captures. I don't think any other moves are illegal, but please check me on that. I'm most likely wrong. Thanks for the feedback though!
Loading more items...