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 the most poorly written and kryptic problem on this website ! It insults the reader and the website, by forcing us to submit many many time in order to figure out what this problem actually asks for.
please explain that:
The challenges of this kata are those of an 8 kyu, but because the description is so poorly written, to a point it becomes malevolent (it hides details on purpose so that your tests fail) it requires the work of a 2 kyu kata. I have put in a few hours, and feel insulted and sad by this pointless effort.
A problem that does not need any special features or functionality of GO. It only takes the most basic notions of programming, thus a great problem for any begginer.
One small note: you do not get 12 seconds for each test, but instead in 12 seconds all the tests must complete. Somehow this was not clear to me when I started it.
And also a suggestion: bring more 1 kyu GO problems. It is a shame that for such a powerful language codewars only has one 1 kyu problem.
It has no Java.
The random test is broken. Only 99 people, and invitations are in the form (182, [200, 334]). Why are these numbers greater than 99 ?
WHy is this problem in the graph section ? I believe it has nothinh to do with graphs.
Thx ! This is very usefull info. I shall try refactoring my code.
In Java, how do the BinOp and UnOp classes look like ?
Should'n this be added into the description and source code for them provided ?
Is anyone alse solving this kata while listening to "Run through the jungle" ?
https://www.youtube.com/watch?v=EbI0cMyyw_M
This comment is hidden because it contains spoiler information about the solution
False alarm - I had a bug in my code.
This comment is hidden because it contains spoiler information about the solution
Please fix the JAVA test for size = 4 and size = 100.
The tests case is different from the example. VERY FRUSTRATING !
Me three. I solved it in java and test for 4 and 100 is failing.
Could it be something wrong with the tests ? This is what I return for 4:
{ 1, 1, 1, 1 },
{ 0, 0, 0, 1 },
{ 1, 0, 0, 1 },
{ 1, 1, 1, 1 }
Please help.
I am getting "The server attempted to execute your code but there was an issue with the request. This should be a rare issue. Please try running your code again. If the issue persists, please contact us. "
Is this normal, what should I do ? THe code works on the local tests - this error appears when I attempt to submit it.
how does damage differ from points ?
This problem is incredibly easy, but its description is very long and very convoluted.
Loading more items...