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.
'heaven' and 'java' have 'av' in common, there are 4 letters different (h removed, both 'e's changed, n removed)
'heaven' and 'php' have only 'h' in common, there are 6 letters different (p added, e changed, a,v,e,n removed)
Explain please why findMostSimilar("heaven"): expected 'php' to equal 'java'
That answer doesn't have any logic
that will expect false, not true.
Here are the tests:
Why compare two of this objects must return true??
{ name: 'Joe' } { name: 'Joe', surname: 'Smith' }
Interested kata with non-linear solution. +rep
Good kata. Thanks!
Good kata