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.
Gotcha, thanks!
Could you please elaborate on this with a specific example? Why does ["1'", "1'", "1/2""] return "4' 4""? I'm not entirely clear on this.
really nice
This comment is hidden because it contains spoiler information about the solution
Never came across such a kata yet that threaded this specific discussion. Would be helpful for you to either explain, post a link to a kata that has a discussion relevant to your input or not bring it up in the first place if you're not going to teach someone who's new to this...
No I meant about the
Test.assertApproxEquals
Can you please explain your reasoning? This is the first kata I created, so I'm new to writing tests and problems on here. Thanks
Clever recursive solution, but confused why the return statement needs 'or null'? BiggestCount by default should return 0 if ls is an empty array. Or maybe I'm missing something?