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.
this is trying to convert a color from rgb in this format [23,42,111] to and hsv as [227,79.3,43.5] and those were the calculations to do that
Sorry but IMHO using namespace std; is a
Yes I know ! Just forked... the kumite
Absolutely not :-)
should I include "#include <fmt/format.h>" to the kata
THANKS FOR YOUR kUMITE SOLUTION BUT THIS KUMITE IS ALREADY AVAILABLE AS A KATA
just add
"using namespace std;"
after include statements
sure
maybe 6 or something
I have created this as a kata and I want you to review it.
https://www.codewars.com/kata/reviews/66bf56746cc0a210696a4149/groups/66bf56746cc0a210696a414b
i've never seen
decltype
before. looks coolCan you reiew the pull request on github. To push the liscence and ReadMe.md.
The code works thanks. I was hopping how to approve this kumite to a kata. how should I rank it.
Add constraints on
key_a
andkey_b
to kata description. Ifkey_a * 25 + key_b > 2147483647
, naive calculation off(x)
as(key_a * x + key_b) mod 26
can cause overflow.Same for Lua.
Loading more items...