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
Java here,
The running code on my IDE is working but the test button sometimes shows errors and sometimes doesn't. When I try to attempt after getting all done somehow without changing the code, one or two failing cases(randomly with the same code) comes up but when I try them on my IDE it works fine.
recipe = ("oil": 300, "flour": 1500, "sugar": 200, "eggs": 1)
available =("oil":21000,"flour": 5000,"sugar": 1200,"eggs": 5, "milk": 200,"cream": 1000);