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.
Please see if theres anyth8ng helpful in this faq: https://docs.codewars.com/training/troubleshooting#works-but-no
It seems the test case handling (or something else in the environment) is broken. I run successfully a batch of tests which all pass not using codewars-environment. Using the exact same tests with of course the same solution some tests break when executed in codewars. Commenting out some of those and using only a subset seems to work, but in non-deterministic way. Meanwhile I have simplified my solution to very basic Java code verifying in terminal and IntelliJ. In addition I logged the failing numbers while traversing the given array and use those numbers (bills) in my own test cases, where they all just pass if not executed in codewars-environment. Anyone having similar observations?
how did u manage to do it?
same bro)
You're not using all the bills to give change back.
This comment is hidden because it contains spoiler information about the solution