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 comment is hidden because it contains spoiler information about the solution
Hire this man!
This comment is hidden because it contains spoiler information about the solution
Yea thanks, I see now!
I didn't quite understand how the sequence should continue?
For example ({5,3,2}, {0,1,2}, 4) = 17 How does that happen
If we assume that
0 = 5
1 = 3
2 = 2
3 = 5 + 3 + 2 = 10
fat discord mod
I did it! Can you be one of my first testers? There are not alot of test so I'm open to change. It is called Find Discriminant
I have a problem creating my kata. I can't figure out how my tests should look and my complete solution. Do I need references to libraries? Do I need class, namespace, libraries in solution?
I have a problem creating my kata. I can't figure out how my tests should look and my complete solution. Do I need references to libraries? Do I need class, namespace, libraries in solution?
I have problem with the third test where the answer is supposed to be a3 = { 5, 7, 3 }, but I think it should be a3 = { 7, 5, 3 } here is why:
int[] array = {1, 2, 3, 4, 5}
int[] beggars = new int[3]
beggar[0] += 5;
beggar[1] += 4;
beggar[2] += 3;
beggar[0] += 2;
beggar[1] += 1;
right?
Still no answer tho m8!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution