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
Tests dont check for negative numbers in Javascript
Can we open this to Python 3? Sigh
Spent a few hours trying to figure out what I am doing wrong. Simple tests work but random tests I fail about 20. Heres an example:
It seems to be the same bug... I am not making my solution using bit shifts as I want to understand it first...
Any suggestions would be great!
I'm having this same issue (I think) as I pass all tests and random tests except when there is a backtick. I don't quite understand the problem? Could someone ellaborate?
I'm passing lal tests except random I am assuming due to encoding issues? I tried debugging by printing the fp but nothing comes up except on the hard coded examples.
Could you please open to python3
I enjoyed working on this but there was a few questions I had which are still unanswered after passing all the tests.
1 - When you say you want to return an object that was most recent or unique do you mean a NEW object with the specified args or a REFERENCE to the older object?
2 - I initially tried using the globals lookup table and it worked in my local testing (same as the sample tests) but didnt work on CW testing suite. This would obviously only work if all of the objects had been instansiated and set to a variable, not just mindlessly made then never used. However the sample tests don't refelect the need for a difference. For example if we just make a load of ExampleClass's but never save them to a variable does this count as being created? I assume so?
This comment is hidden because it contains spoiler information about the solution
What modification? What else do you suggest there is to do? I have implemented eveything you have said.
Awesome thanks, I wouldnt have gone with star as that makes me think of staring a challenge much like a github repo rather than a bookmark. Does the job though!
In the stats section of my profile I can see achivements (165) but what are they? It would be good to have these as badges or something to look through as I have no idea what they are and are kind of pointless right now
Is it possible to add a kata to a 'do later' or favorites? I often have multiple tabs of kata that I find intresting in different languages that I work on side by side. This could tie into a training plan and add suggested ones based off of your selections.
R version needs sample tests implementing... actual and expected are not provided in the sample tests.
Sure, I'll add some hints regarding the tasty surprises. Do you agree with the level of 7 kyu?
Implemented.
Loading more items...