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
I'm not claiming my code is perfect by any means - I'm here to learn after all.
But my terrible code shouldn't change the expected values? The first print in my first screenshot was the first line in the function
the expected values are still 0, which is what my original issue was for
This comment is hidden because it contains spoiler information about the solution
Oh, Perhaps i'm missing something then.
The basic tests work fine, but none of the random ones do. I put some logs in to the code - as you can see here https://imgur.com/a/quZ5I95
Every random test results the same thing, my debugs display a (seemingly correct?) logical progression to a non-0 Hex value, but then the expected value always has the green value as 00.
C++ Does not work, Basic tests are fine, but all random tests expect values as if green was 0.