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.
The biggest factor in assessing the rank is the average ranking vote of beta testers. If more people would participate, more votes would be taken into account.
I really complicated this one, but an enjoyable kata :)
Getting correct output in visual studio but when I attempt the solution I get wrong answer on the attempt and the string is missing a letter although it's working on visual studio
I'm using c++
Really enjoyable kata. Thanks!
Restrictions
Code length <= 77 characters
This comment is hidden because it contains spoiler information about the solution
As someone who discovered this area of programming recently, if you'd like more challenges like this one you can search for katas with the words "code golf" or "code-golf" in title - alternatively many of them are tagged with the
restricted
tag also. Happy golfing!Yeah thanks I didn't know what the mod 256 means.
check for mod 256
Its even in details.
Can someone please explain from which charachters/numbers do I get the first sum. I don't know how do you get let's say 88 from 'www.codewars.com'.
Just put odd = [] and even = [] inside the function and it will do the job.
I was wondering about the let's say: 46288 * 51, where do you get 46288 but I realized you need to substract the original number and find 51 in this case but i get it now, cuz before i didn't see that 46288 is the original number. Thanks
If in the first test the result can be 1, doesen't that mean none could have output -1 since every number * 1 is the number itself. I don't know if I didn't get something right here from the instructions but I can't figure it out.
Not a kata suggestion.
Thanks for the info, will try to improve my coding.
Loading more items...