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.
Thank you for this. Your solution was easy to follow and, being new to Graphs, I appreciate the simplicity of your code.
I've increased the number of random tests
For the C test code, the number of (random) testcases is too little, as repeated running of testcases with a bug in a cornercase might still pass.
Thank you
I loved this Kata, and the description is just fantastic.
Hi GiacomoSorbi
I am trying this Kata in Java.
I am failling in the random test in the Backstage passes.
the input values are for example:
quality: 72 Selling: 42
Expected different value expected:<72> but was:<50>
I missing something there?
I was thinking that we cannot have Qualities over 50 apart from "Sulfuras"
Thnaks in advance
Loving that seires so far, well done :-)
It is failling on this case for me just to confir with you if your getting the same issue.
the function suposedly has to be not case sensitive nad it looks like on that test case is not getting that in consideration.
convert_RandomMixedCase
Log
UUpLzUnAeLnLmxeUmel
Input was: UUpLzUnAeLnLmxeUmel, excpected: 1102314562427861762, but was: 1102314562427861769 ==> expected: <1102314562427861762> but was: <1102314562427861769>
Now I am getting RangeError: Maximum call stack size exceeded, I will sort that out, I think I am on the right track. I am just using a recursive function.
If forgot to specify that that I am trying the attempt in javascript.
This comment is hidden because it contains spoiler information about the solution