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.
Interesting kata... I think 6 kyu is a fitting difficulty for this kata!
Seems difficult at first but after looking at it for a bit it's quite simple... Nice kata!
Interesting kata... for anyone wondering why 1.2.3.4 is not a valid IP. It's because the IP is passed in a string with a space in it. "1.2.3.4" is a valid IP but not " 1.2.3.4" and "1.2.3.4 ".
agreed
One of the easier 6 kyu katas I've done. I've rarely used bitset library (C++) so this kata taught me something new today (^_^)b
Dang... last discussion on this kata was 3 years ago... nice kata btw
This comment is hidden because it contains spoiler information about the solution
The kata asked you whether or not if two chess pieces are on boxes with the same colour. If it is, return true. Otherwise return false.
As you can see from the first example, one piece is at A (first column) 1 (first row), while another piece is at C (third column) 3 (third row). This one should return true because both chess pieces are on boxes with the same colour.
I hope this helps...
Shortest 6 kyu I've ever done. I'm not a chess player but this kata is frankly interesting!!!
Agreed
This feels somewhat easier than most 5 kyu katas I've done. Great challenge though. I like it!
Got stuck for a while on this kata. Turns out there was a slight logic error that I've made. Great kata though! I love this one!
If people dont cheat, that is...